Categories: Asp.Net MVC

Create Simple ASP.NET MVC Application

It explains about how to create Simple Asp.Net MVC application by using MVC 4.

Categories: Asp.Net MVC

Create simple registration page in Asp.Net MVC

Learn how to create simple registration form in Asp.Net MVC. It will explain how can you store the user’s data at your back end and how HTTP GET and HTTP POST methods will work in Asp.Net MVC.

Categories: Asp.Net MVC

Simple HTML Asp.Net MVC Page

Learn how to render HTML content in Asp.Net MVC. This post will explain how to create view, how can you call View from action method of Controller class and how View will work in detail.

Categories: Asp.Net MVC

Your First Asp.Net MVC Application

In this post you can learn how to write your First Asp.Net MVC application. I explain the procedure step by step in a simple manner and also I explain how Asp.Net MVC works. Here I am using the C# language to write Asp.Net MVC application, if you want you can write this application in Vb.Net also.

Categories: Asp.Net MVC

How to intsall Asp.Net MVC ?

Learn how to install Asp.Net MVC. I provide the information about what are the prerequisites to install Asp.Net MVC and from where you can download MVC software. I explain the simple methods to install Asp.Net MVC.

Categories: Asp.Net MVC

Why Asp.Net MVC instead of Asp.Net?

Learn why we have to use Asp.Net MVC instead of Asp.Net. When we have to use Asp.Net MVC instead of traditional Asp.Net and what are the advantages of Asp.Net MVC over traditional Asp.Net.

Categories: Asp.Net MVC

What is Asp.Net MVC?

Learn what Asp.Net MVC is and how Asp.Net MVC works. Here also I explain the what are the main objects of Asp.Net MVC and role of each object in Asp.Net MVC execution process.