Setup First Project

Prerequisites:

Background:

There are many good tutorials available regarding how to get started developing web applications using Microsoft technologies.  Rather than repeat basic tutorials, we focus on the acceptance test drive development (ATTD) aspects of the software development life cycle.  For our purposes, we will use the default (unmodified) MVC application created by Visual Studio.

Steps:

1) Open Visual Studio and select the new project link in the main page as depicted below:

first_project_new_project

2) The dialog below will display.  Select the web project under Visual C#, and enter RegistrationDemo as the project name.  Click OK.

first_project_web_project

3) Keep the default selections on the next screen and click OK.

first_project_defaults

4) Once the project is created for you, press CTRL + F5 to launch the application in a browser.

first_project_launch

This section is complete now !