ASP.NET Entity Framework Core Tutorial – Build a Full Stack CRUD App with Many to Many Relationship

Опубликовано: 30 Сентябрь 2024
на канале: Evan Gudmestad
1,411
44

Create a Full Stack Web application using ASP.NET Entity Framework Core that performs CRUD operations on entities that share a Many to many relationship.

By the end of this tutorial you will have a working web page that performs Create, Read, Update, and Delete operations on both Student and Course entities and saves the data in a SQL Server localdb database.

GitHub Repo: https://github.com/EvanGudmestad/Many...