Exactly 1 month and 5 days after the first video tutorial for the ASP.NET MVC with EF Core series, the last 10th video tutorial, following the Microsoft ones, is published. It is about advanced scenarios, and I have mentioned the …

C# – Learn about advanced scenarios – ASP.NET MVC with EF Core Read more »

Slowly, after handling concurrency in the ASP.NET MVC application, we are approaching the end of the video tutorial series. Implementing inheritance is the prelast one and it is actually pretty an important one as well. In the video, the following …

C# – Implementing Inheritance – ASP.NET MVC with EF Core Read more »

After updating the related data in the ASP.NET tutorial, it is time for the next step – handling concurrency in the MVC Application. These are the points, followed by the video: Learn about concurrency conflicts Add a tracking property Create …

C# – Handle concurrency – ASP.NET MVC with EF Core Read more »

After reading complex the data, it is time to be able to update it. This video fills the following points from the ASP.NET MVC tutorial: Customize Courses pages Add Instructors Edit page Add courses to Edit page Update Delete page …

C# – Update related data – ASP.NET MVC with EF Core Read more »

After creating a complex data model, now it is time to display the data, following the tutorial. The task is actually a challenging one, as far as the data display is in a way partial – in the  “Instructors” view, …

C# – Read related data – ASP.NET MVC with EF Core – Video Read more »

Creating a complex data model with the previous data model in ASP.NET is actually a challenging task. The model in general looks like this: It is not “extremely” complex, but it is something bigger than the previous 3 tables that …

C# – Create a complex data model – ASP.NET MVC with EF Core – Video Read more »