https://github.com/lucasbailo/sunday-studies
Practicing C# with SQL
https://github.com/lucasbailo/sunday-studies
asp-net-mvc csharp dotnet sql
Last synced: 2 months ago
JSON representation
Practicing C# with SQL
- Host: GitHub
- URL: https://github.com/lucasbailo/sunday-studies
- Owner: lucasbailo
- Created: 2025-10-05T21:45:25.000Z (9 months ago)
- Default Branch: dev
- Last Pushed: 2025-10-05T22:23:51.000Z (9 months ago)
- Last Synced: 2025-10-27T21:45:13.054Z (8 months ago)
- Topics: asp-net-mvc, csharp, dotnet, sql
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Small Project to consolidate all the steps needed to create a database from scratch
- This project contains all the steps needed to create a database from scratch using Entity Framework Core.
- It includes the necessary configurations, migrations, and seed data to set up the database.