In this tutorial you will learn Controller part of the ASP.NET MVC application. Basically, MVC has three parts Models, Views, and Controllers. Now you are going to learn the basics of asp.net mvc controller, ignoring models and views for a bit. After this tutorial you will be able to understand how MVC controller works and how to add action or methods in a controller class with single parameter or multiple parameters. [Read more…]