Creating an ASP.NET MVC application

To create an ASP.NET MVC application, ensure you have Visual Studio 2013 open; you might want to create an empty solution or open an existing one wherein to put the project we'll create. Perform the following steps:

  1. Create a new web application by navigating to File | New Project.
  2. Select Web after navigating to Installed | Visual C#.
  3. On the central panel of the dialog box, select ASP.NET Web Application, give it a name, and click on OK, as shown in the following screenshot:
    Creating an ASP.NET MVC application
  4. On the following screen, select the Empty application template, activate the MVC option, and then click on Create Project, as shown in the following ...

Get SignalR Real-time Application Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.