How to Create Maui-App with Asp.Net Api + SQL Express?
Hello, For the past few days, I've been looking into how I can create a Maui application that will have its own API (Asp.net API) and will connect to a SQL Server database. I thought of asking here because you might have come across a document that roughly explains how this can be done. I found a video (https://www.youtube.com/watch?v=8J3nuUegtL4&t=140s) that creates an API with everything needed for login, register, etc., using Identity. I'd like to learn how I can access the tables that were automatically created with migration in the SQL Server database, and then how I can call them from Maui.https://devblogs.microsoft.com/dotnet/whats-new-with-identity-in-dotnet-8/