Posts

Master detail CRUD in Asp.net core 5 MVC using EF Core

Image
From this tutorial you will learn how to make a Master Detail CRUD Application using ASP.NET Core 5 MVC using EF Core. In Here , I have used advanced features of Entity framework core. This Application is done in MVC5.  The main objective of this application is to save the master and detail records together in  a easiest and best way. Please see below the YouTube link of this Tutorial. It is always to see as a video then reading line by line. Master Detail CRUD ASP.NET CORE 5 MVC 1.  Start Visual Studio  Twenty Nineteen.  and Select   ASP.NET Core Web App  using MVC. 2.   Then Click Next to proceed further. 3.  Give the Application Name as ResumeManager. as we are going to manage the resumes of applicants in this software. 4.Then Enter the Project Location as D drive slash ResumeManager.  5. Then Click Next to proceed further. 6. After That select the Target Framework as .Net 5.0. and check Enable Razor Runtime Compilation. 7. And Click Create Button 8.Now the project is created succes