Wednesday, September 26, 2018

Code First Approach In ASP.NET Core MVC With EF Core Migration

Code First is a technique which helps us to create a database, migrates and maintaining the database and its tables from the code. From the code, means, you directly maintain the database and its corresponding tables from the .NET Code. It is helpful when you don’t have database ready and you want to start working with new fresh project and want to create a database and maintain database directly from your code.

source https://www.c-sharpcorner.com/article/code-first-approach-in-asp-net-core-mvc-with-ef-core-migration/

No comments:

Post a Comment