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.
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.
@@dotnetrealworldexample firebase have some limitation in relationship , but in new template they include server + maui + hybrid in .net 9 as per your video
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.
Create Web api as a separate project in the solution and create service in the share project to consume that api .
Is it possible to implement the same project with sql server database
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.
How adding scaffolding Identity to project ?
I will create another session.
@@dotnetrealworldexample
How adding Dbcontext in the project ??
can you please make video for publishing the maui application using this project
Actually for this need to purchase playstore subscription that why mostly I avoided those session
Please one videos with database
Already session available with database
ua-cam.com/video/MZ5Y8bGCbU4/v-deo.html
@@dotnetrealworldexample पर अभी तो blazor सर्वर भी इंक्लूड हो गया है .net 9 में तो अभी तो SQL server add कर सकते हैं ना
@@dotnetrealworldexample firebase have some limitation in relationship , but in new template they include server + maui + hybrid in .net 9 as per your video
Finally! How to create a custom theme in this template?
Same way you can apply as like in blazor
Great