Book Image

SignalR Real-time Application Cookbook

By : Roberto Vespa
Book Image

SignalR Real-time Application Cookbook

By: Roberto Vespa

Overview of this book

Table of Contents (18 chapters)
SignalR Real-time Application Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating an empty ASP.NET web application


To create an empty ASP.NET web application, ensure you have Visual Studio 2013 open; you might want to create an empty solution or open an existing one where we can put the project that we'll create. Let's prepare the ground using 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:

  4. On the following screen, select the Empty application template, leave all the available options unselected, and then click on Create Project, as shown in the following screenshot: