This application consists of:
- Help Page for documenting your Web APIs
 - Theming using Bootstrap
 - Authentication, if selected, shows how to register and sign in
 - ASP.NET features managed using NuGet
 
Customize app
- Get started with HTTP services using ASP.NET Web API
 - Change the site's theme
 - Add more libraries using NuGet
 - Configure authentication
 - Scaffold an ASP.NET Web API from a model
 - Secure your web API
 - Access your web API on different devices
 - Enable tracing for testing and debugging
 - Add real-time web with ASP.NET SignalR
 - Add components using Scaffolding
 - Share your project