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 »

Web API with Visual Studio 2019 is quite a bolierplate task – it is doable in less than 45 minutes, following the Microsoft.com tutorial: The video tutorial is here: The TodoController , implementing the CRUD actions looks like this: using System.Collections.Generic; …

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