Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
EntityFramework Core with a C# server and SQL Server DB
- Host: GitHub
- URL: https://github.com/susa1473/efcoredbfirstapp
- Owner: susa1473
- Created: 2024-06-25T16:18:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:11:36.000Z (6 months ago)
- Last Synced: 2024-10-13T07:21:47.840Z (3 months ago)
- Topics: controller, csharp, efcore, entityframeworkcore, microsoft, microsoft-sql-server, models, rest-api, scaffold, server, sql-server
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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