Home > OS >  Microsoft MAUI : What is the best practice using Azure SQL in MAUI APP
Microsoft MAUI : What is the best practice using Azure SQL in MAUI APP

Time:05-26

I want to connect my Azure SQL (or external database) to my Microsoft MAUI App. What is the best practice to achieve that?

CodePudding user response:

I got an excellent response from Microsoft. I have been advised to use a web API that the client application interacts with. I have been advised to check the example of The .NET Podcasts application.

enter image description here

For more info:

https://devblogs.microsoft.com/dotnet/introducing-dotnet-maui-one-codebase-many-platforms/

https://devblogs.microsoft.com/azure-sql/planning-new-scenarios-and-use-cases-for-azure-sql-database-local-development-experience/

  • Related