An open API service indexing awesome lists of open source software.

https://github.com/susa1473/efcoredbfirstapp

EntityFramework Core with a C# server and SQL Server DB
https://github.com/susa1473/efcoredbfirstapp

controller csharp efcore entityframeworkcore microsoft microsoft-sql-server models rest-api scaffold server sql-server

Last synced: 3 months ago
JSON representation

EntityFramework Core with a C# server and SQL Server DB

Awesome Lists containing this project

README

          

# EFCoreDBFirstApp
EF Core 8 Database First,
SQL Server Database,
Create an ASP.NET Core Web API Project,
Install the needed NuGet Packages,
Scaffold the DbContext,
Register the DbContext in the Program.cs,
Create API Controllers