C# - Learn about advanced scenarios - ASP.NET MVC with EF Core

Опубликовано: 06 Май 2026
на канале: VitoshAcademy
611
4

The last video of the 10 videos for ASP.NET is for "Advanced Scenarios". The following topics are mentioned:

Perform raw SQL queries
Call a query to return entities
Call a query to return other types
Call an update query
Examine SQL queries

It is the continuation of these tutorials:
C# - Get started - ASP.NET MVC with EF Core (   • C# - Getting Started - ASP.NET MVC with EF...  )
C# - Implement CRUD Functionality - ASP.NET MVC with EF Core (   • C# - Implement CRUD Functionality - ASP.NE...  )
C# - Add sorting, filtering, and paging - ASP.NET MVC with EF Core (   • C# - Add sorting, filtering, and paging - ...  )
C# - Migrations - ASP.NET MVC with EF Core (   • C# - Migrations - ASP.NET MVC with EF Core  )
C# - Create a complex data model - ASP.NET MVC with EF Core (   • C# - Create a complex data model - ASP.NET...  )
C# – Read related data - ASP.NET MVC with EF Core (   • C# – Read related data - ASP.NET MVC with ...  )
C# – Update related data - ASP.NET MVC with EF Core (   • C# – Update related data - ASP.NET MVC wit...  )
C# - Handle concurrency -ASP.NET MVC with EF Core (   • C# - Handle concurrency -ASP.NET MVC with ...  )
C# - Getting Started - ASP.NET MVC with EF Core (   • C# - Getting Started - ASP.NET MVC with EF...  )

VitoshAcademy.com:
https://www.vitoshacademy.com/c-learn...
Microsoft.Com Tutorial:
https://docs.microsoft.com/en-us/aspn...
Initial code (GitHub):
https://github.com/Vitosh/ASP/tree/ma...
Code at the end (GitHub):
https://github.com/Vitosh/ASP/tree/ma...