Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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