.net maui mongodb beautiful FULL STACK todo APP in 60 minutes | Cross Platform

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

КОМЕНТАРІ • 33

  • @MrBigdogtim69
    @MrBigdogtim69 Рік тому +2

    I am new to MongoDB. When I follow the steps you show to create my backend, I get the following error: "failed to create an index on the partition key for the following app schema namespaces xxxxxx"

    • @developerrog7126
      @developerrog7126  Рік тому

      Hi Tim! I am not familiar with that error, can you link to a screenshot of the error so I can see the context? Or you can send it to post@rogersteinbakk.no

    • @MrBigdogtim69
      @MrBigdogtim69 Рік тому +1

      @@developerrog7126 I figured out a work around by seeing how you used the partition variable. I thought on your video, you created the partion variable by prefixing with a ".". When I changed it to partionString (both in DB and in the model), it worked. The other issue is that the app only worked on Android (I didn't try on iOS or Mac). Windows failed to load. I mentioned that bug on the github for the project. Lastly, great work! This is first I have used MongoDB and glad to have an option from Firebase

    • @developerrog7126
      @developerrog7126  Рік тому

      @@MrBigdogtim69 Good 👍 Yeah I think I should remove the Windows logo from the video. Tested it out on a couple of MongoDB projects. I have tested it on iOs and it works there. Unfortunately there is other issues with iOS Maui shell navigation (when you need ///routing).

    • @MrBigdogtim69
      @MrBigdogtim69 Рік тому +1

      @@developerrog7126 I have work arounds. I will post them to your GitHub. I got it working on all platforms

    • @developerrog7126
      @developerrog7126  Рік тому

      @@MrBigdogtim69 Amazing! Thanx!

  • @makaitheweb-dev1517
    @makaitheweb-dev1517 Рік тому

    Absolutely beautiful🔥🔥🔥

  • @josbexerra8115
    @josbexerra8115 Рік тому +1

    Excelente Mister Roger.....muy agradecido por compartir conocimiento, saludos de los andes peruanos

  • @manokaranmanivasakan5141
    @manokaranmanivasakan5141 Рік тому +1

    Super. please post more video tutorials to make small applications using maui

  • @javyFernandez
    @javyFernandez Рік тому +1

    Thank you very much for the tutorial.
    Will you do more about MAUI?
    Subscribed!

  • @jlgviolin
    @jlgviolin 10 місяців тому

    Any plans to update this tutorial for the new MongoDB flexible sync model?

  • @ImageExcellenceVideo
    @ImageExcellenceVideo Рік тому +1

    That's really useful, thank you. Is the REPO available? I can't access it.

  • @GameDevDud
    @GameDevDud Рік тому +1

    Nice video

  • @internetissue4548
    @internetissue4548 Рік тому

    How "Edit Button" refreshes The CollectionView and Displays the updated value?

  • @lcppb
    @lcppb Рік тому

    Ola, voce tem um exemplo de combobox nativo ???

  • @3VmediaChannel
    @3VmediaChannel Рік тому

    does your designer (vs 2022) still exist for xaml (maui)?

    • @developerrog7126
      @developerrog7126  Рік тому

      Hi! Thanx for reaching out. Can you explain the question in more detail?

    • @wvvwwwvvw
      @wvvwwwvvw Рік тому +1

      @@developerrog7126 I believe, he is asking is there a front-end XAML designer available anywhere on the market? Cause it used to be a division for XAML/business logic people, like we have front-/backend developers nowdays.. :)
      But the answer to this, @Michael, is that you yourself is the XAML designer :).

  • @justanaveragebalkan
    @justanaveragebalkan Рік тому

    Maui feels sluggish compared to other cross platform frameworks, i was really excited about it, but once i tried it out all these frame drops when adding elements on the screen were too much for me. Also it feels kind of hard to achieve native look for android or ios, without a lot of effort on the front end side, compared to flutter it's lot more complicated.

    • @developerrog7126
      @developerrog7126  Рік тому +3

      Thanx for your comment. I started with MAUI because I use C# at work. After using MAUI for over 6 months I really like the programming structure of C# with MVVM and XAML. Could be interesting to write this same app in another cross platform framework though and compare the process and result.

    • @eth6706
      @eth6706 Рік тому +1

      I prefer C# and MAUI over Dart and Flutter. Actually is faster development time for me using MAUI, but Flutter is good too.

    • @ManaIndieDev
      @ManaIndieDev Рік тому

      Hey, I had the same problem, but once I used my actual phone for debugging instead of an emulator, everything ran smoothly. Did you try this?

  • @AngeloValdezlovejesus
    @AngeloValdezlovejesus Рік тому +1

    Can you develop uber clone driver and passenger app. Tia!

    • @developerrog7126
      @developerrog7126  Рік тому

      Thanx for commenting! I cannot promise anything like that right now unfortunately.

  • @earthlingthings
    @earthlingthings 2 місяці тому

    This is NOT full stack. Nor mvvm.