Obviously, the first step is to create a project in Visual
Studio. Under Web category, you can choose "ASP.NET MVC Web
Application" project item which should be available after installing
ASP.NET 3.5 Extensions CTP. I name my project KBlog (Figure 2).
Figure 2: Create a new ASP.NET MVC Web Application
project

After this, Visual Studio generates a project for you with
the pre-defined template and structure.