The ASP.NET MVC is a web application framework developed by Microsoft, which implements the Model View Controller (MVC) design pattern. In this tutorial, we will learn how to connect an ASP.Net MVC application to Dynamic CRM and perform CRUD (Create, Update, Retrieve, and Delete) operations. 1. Create a new MVC project