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

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

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.