We are going to extend our application from the last discussion, CRUD Operations In ASP.NET Core 1.0 MVC Application - Part Four. And we will be using same existing ContactVM. Let’s add UpdateContact page for our Contacts.

Add UpdateContact method in ContactBusinessLogic

Add UpdateContact Action Methods in ContactController

Add Contact UpdateContact View

Run Application in Debug Mode

Sample Source Code

I have placed the sample code for this session in "CRUD operations in ASP.NET Core 1.0 MVC Application Part 5_Code.zip" in CodePlex repository.