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
- Host: GitHub
- URL: https://github.com/susa1473/efcoredbfirstapp
- Owner: susa1473
- Created: 2024-06-25T16:18:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:11:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T13:57:20.646Z (over 1 year 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