C# - Getting Started - ASP.NET MVC with EF Core

Опубликовано: 02 Март 2025
на канале: VitoshAcademy
2,815
33

Get started with Entity Framework follows the tutorial from microsoft.com. These are the presented points:

Create an ASP.NET Core MVC web app
Set up the site style
Learn about EF Core NuGet packages
Create the data model
Create the database context
Register the context for dependency injection
Initialize the database with test data
Create a controller and views
View the database

VitoshAcademy.com:
https://www.vitoshacademy.com/c-get-s...

Microsoft.Com Tutorial:
https://docs.microsoft.com/en-us/aspn...

Code at the end (GitHub):
https://github.com/Vitosh/ASP/tree/ma...