I want to connect my Azure SQL (or external database) to my Microsoft MAUI App. What is the best practice to achieve that?
2
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.
.NET Podcasts application in Github
Feel free to share If you have additional solutions
Try this way round:
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/
Click here to cancel reply.
2
Answers
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.
.NET Podcasts application in Github
Feel free to share If you have additional solutions
Try this way round:
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/