https://github.com/ogsmurfen/entityframeworkcore-p1
A console app that usesEF Core to create and persist into a Microsoft Sql Express db
https://github.com/ogsmurfen/entityframeworkcore-p1
database dotnet dotnet8 entity-framework-core persistence sqlexpress
Last synced: 2 months ago
JSON representation
A console app that usesEF Core to create and persist into a Microsoft Sql Express db
- Host: GitHub
- URL: https://github.com/ogsmurfen/entityframeworkcore-p1
- Owner: OGSmurfen
- Created: 2024-08-05T17:21:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:33:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T00:34:44.017Z (over 1 year ago)
- Topics: database, dotnet, dotnet8, entity-framework-core, persistence, sqlexpress
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GettingStarted-EFCore-p1
- Using EneityFramework(EF) Core to persiste .NET objects into a database
- Using EF Core to create a new database from code