.NET 9 new features for .NET MAUI Blazor hybrid app and web app

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

КОМЕНТАРІ •

  • @_bilarts
    @_bilarts 7 днів тому

    I am using the same .Net9 template.
    I have to call a RestApi to populate the grid. Currently, I am calling the RestApi in a parent component which is in the .Web (Blazor) project and I am passing the data in a reusable component which is in the .Shared project.
    I issue I am having is that when I run the project and navigate to the parent component, the page shows for a moment and then it says not found.
    Do you have any idea of what might be going wrong?
    is there a better way to integrate APIs in the .Net Blazor Hybrid MAUI apps?
    Thanks.

    • @dotnetrealworldexample
      @dotnetrealworldexample  5 днів тому

      Create Web api as a separate project in the solution and create service in the share project to consume that api .

  • @issamsarhan6445
    @issamsarhan6445 3 місяці тому +1

    Is it possible to implement the same project with sql server database

    • @dotnetrealworldexample
      @dotnetrealworldexample  3 місяці тому +1

      Yes , we can, except mobile device but there are also has solution to allow firewall your db but this solution I would not recommended for security reason.

  • @abdoha6227
    @abdoha6227 18 днів тому

    How adding scaffolding Identity to project ?

    • @dotnetrealworldexample
      @dotnetrealworldexample  18 днів тому +1

      I will create another session.

    • @abdoha6227
      @abdoha6227 10 днів тому

      ​@@dotnetrealworldexample
      How adding Dbcontext in the project ??

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

    can you please make video for publishing the maui application using this project

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

      Actually for this need to purchase playstore subscription that why mostly I avoided those session

  • @dhirenpathak
    @dhirenpathak 5 місяців тому +1

    Please one videos with database

    • @dotnetrealworldexample
      @dotnetrealworldexample  5 місяців тому +1

      Already session available with database
      ua-cam.com/video/MZ5Y8bGCbU4/v-deo.html

    • @dhirenpathak
      @dhirenpathak 5 місяців тому

      @@dotnetrealworldexample पर अभी तो blazor सर्वर भी इंक्लूड हो गया है .net 9 में तो अभी तो SQL server add कर सकते हैं ना

    • @dhirenpathak
      @dhirenpathak 5 місяців тому

      @@dotnetrealworldexample firebase have some limitation in relationship , but in new template they include server + maui + hybrid in .net 9 as per your video

  • @hoaxbuster518
    @hoaxbuster518 5 місяців тому

    Finally! How to create a custom theme in this template?

  • @dhirenpathak
    @dhirenpathak 5 місяців тому +1

    Great