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 »

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

Migrations in C# are quite well facilitated by the EntityFramework. In general, when an application with databse is created, initially the database model is taken from the model classes. When these models classes change, then they get out of sync …

C# – Using Migrations – ASP.NET MVC with EF Core – Video Read more »

Sorting, filtering, paging and summary of an app are quite important features. In this video, which is a continuation of the Microsoft tutorial, I present step-by-step how to do each one of these. It is quite a large video, but …

C# – Add sorting, filtering, and paging – ASP.NET MVC – Video Read more »

This is the second video of the Microsoft tutorials, for ASP.NET MVC with Entity Framework Core: Continuing the previous video, in this one the following tasks are carried out: Customize the Details page Update the Create page Update the Edit …

C# – Implement CRUD Functionality – ASP.NET MVC with EF Core – Video Read more »

Creating a web application with ASP.NET could look as a hard task. Still, with the pre-built MVC models from Visual Studio, the task is a bit easier. This is how the application looks like, with 2 search buttons and fully …

C# – Create a web app with ASP.NET Core MVC – Video Read more »