The application is developed using ASP.Net Core 5.1 template.
- IdentityCore -> Authentication
- Repository -> Code First data base implementation using Entity Framework Core ( Version 5.0.3 ).
The following packages are used in the project development.
Entity Framework Core is a modern object-database mapper for . NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Nuget.
In memory database is using for testing purpose.
Note: The application in development mode.