Building an activity tracker app with .NET MAUI and Blazor - Part 1 - Getting started

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 16

  • @csegoepik800
    @csegoepik800 9 місяців тому

    I'm switching from WPF to blazor hybrid and had a hard time figuring out where to even start with all these new components and stuff I haven't seen before but this video was really helpful to get a view how the architecture builds up. I truly appreciate it and will check out the other videos from you for sure

  • @NFranco34
    @NFranco34 3 місяці тому

    Learn much more with u, thanks!

  • @YarnellCrew
    @YarnellCrew 9 місяців тому

    I think the biggest thing I learned in this video, is how much I still have to learn.
    Thank you so much for doing these and explaining everything along the way.
    So many videos out there expect you to already know so much of what you showed that they just don't help me at all.

  • @GuildOfCalamity
    @GuildOfCalamity 9 місяців тому +1

    This seems like a great series, can't wait to see more!

    • @DanielHindrikes
      @DanielHindrikes  9 місяців тому +1

      Thank you!

    • @GuildOfCalamity
      @GuildOfCalamity 9 місяців тому

      @@DanielHindrikesGlad you're using Windows env for debugging; I also find it's much faster during UI/UX development.

  • @dodsjanne
    @dodsjanne 9 місяців тому

    Nice tutorial!
    Greetings from a small village near Borlänge... We're watching 👀

  • @YarnellCrew
    @YarnellCrew 9 місяців тому

    I went through this and did everything step by step but I am having one issue.
    In my AppShell.xaml file I am getting an error for the ContentTemplate="{DataTemplate root:MainPage}"
    It says Invalid Xaml "root:MainPage" and then it gives another couple of lines saying
    The namespace prefix "root" is not defined
    And MainPage is not supported in a MAUI project.
    Not really sure how to go about fixing this.

    • @DanielHindrikes
      @DanielHindrikes  9 місяців тому +1

      Do you have imported the namespace?
      xmlns:root="clr-namespace:ActivityTrackerApp"
      If you become a gold member of my channel you will get access to all the source I write for the channel.

    • @YarnellCrew
      @YarnellCrew 9 місяців тому

      @@DanielHindrikes Thank you so much, that was the issue. I will take a look at the membership and see if I can swing it.
      Thanks again I really appreciate it. On to video 2.

  • @cissemy
    @cissemy 9 місяців тому

    Thanks

    • @cissemy
      @cissemy 9 місяців тому

      Can you make the application for both hybrid and web assembly by sharing the components ?

    • @DanielHindrikes
      @DanielHindrikes  9 місяців тому +1

      Yes you can! I will do it later in this series

    • @cissemy
      @cissemy 9 місяців тому

      Excellent