Advertisements
In this article I will show you how to create an ASP.NET Web Application using MVC 2.0 Framework. You'll recall that ASP.NET MVC 2.0 is the latest Microsoft framework for building web applications on top of the .NET framework 2.0, 3.0, 3.5 etc. To set up the development environment, you need to install Visual Studio 2008/2010 Beta 2, SQL Express 2005 (freely downloadable from MSDN) and MVC 2.0 Framework. I have named my web application "Employee Master Information". Using this application you can enter new employee data, edit existing employee data, can view specific employee data, and delete any employee from the database. The application is also using the ASP.NET membership provider for creating new user and authenticating an existing user and for Client Side validation JavaScript has been used.