Help for Creating a Maui Application with Asp.net API and SQL Server Database Integration
I've been exploring the process of developing a Maui application integrated with its own API (Asp.net) and connected to a SQL Server database. I'm reaching out here in the hopes that someone might have come across documentation or resources explaining this integration in detail.
During my search, I stumbled upon a video tutorial (https://www.youtube.com/watch?v=8J3nuUegtL4&t=140s) demonstrating the creation of an API encompassing login, registration, and other functionalities using Identity.
I'm specifically interested in understanding how to access the tables automatically generated via migration in the SQL Server database and subsequently utilize them within a Maui application.(Reference: https://devblogs.microsoft.com/dotnet/whats-new-with-identity-in-dotnet-8/)
During my search, I stumbled upon a video tutorial (https://www.youtube.com/watch?v=8J3nuUegtL4&t=140s) demonstrating the creation of an API encompassing login, registration, and other functionalities using Identity.
I'm specifically interested in understanding how to access the tables automatically generated via migration in the SQL Server database and subsequently utilize them within a Maui application.(Reference: https://devblogs.microsoft.com/dotnet/whats-new-with-identity-in-dotnet-8/)


YouTubePatrick God
Get 20% off the .NET Web Academy: https://www.dotnetwebacademy.com/bundles/net-web-academy?coupon=dnwa2024yt
Support me on Patreon for exclusive source code access: https://patreon.com/_PatrickGod
Get the .NET 8 Web Dev Jump-Start Course for FREE: https://dotnet8.patrickgod.com
Let's get social on Twitter/X: https://twitter.com/_Patrick...

.NET BlogJeremy Likness
A summary of what's new with identity (authentication and authorization) in the latest ASP. NET Core release for .NET 8.




