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

Опубликовано: 05 Март 2025
на канале: VitoshAcademy
588
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 wi...  )
C# - Implement CRUD Functionality - ASP.NET MVC with EF Core (   • C# - Implement CRUD Functionality - A...  )
C# - Add sorting, filtering, and paging - ASP.NET MVC with EF Core (   • C# - Add sorting, filtering, and pagi...  )
C# - Migrations - ASP.NET MVC with EF Core (   • C# - Migrations - ASP.NET MVC with EF...  )
C# - Create a complex data model - ASP.NET MVC with EF Core (   • C# - Create a complex data model - AS...  )
C# – Read related data - ASP.NET MVC with EF Core (   • C# – Read related data - ASP.NET MVC ...  )
C# – Update related data - ASP.NET MVC with EF Core (   • C# – Update related data - ASP.NET MV...  )
C# - Handle concurrency -ASP.NET MVC with EF Core (   • C# - Handle concurrency -ASP.NET MVC ...  )
C# - Getting Started - ASP.NET MVC with EF Core (   • C# - Getting Started - ASP.NET MVC wi...  )

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...