Kratos
Help for Creating a Maui Application with Asp.net API and SQL Server Database Integration
I've come to understand that direct database access from Maui isn't possible. However, within my project, I have a Maui app, an ASP.NET API, and a library containing classes/tables for the database. I came across a tutorial on Identity that showcased automatic table creation through migration. My challenge is accessing these tables from the API. Do you happen to know of any GitHub projects that demonstrate using Identity within an ASP.NET Core API?"
30 replies