This application consists of:
- Sample pages showing basic nav between Home, About, and Contact
- Theming using Bootstrap
- Authentication, if selected, shows how to register and sign in
- ASP.NET features managed using NuGet
Customize app
- Get started with ASP.NET MVC
- Change the site's theme
- Add more libraries using NuGet
- Configure authentication
- Customize information about the website users
- Get information from social providers
- Add HTTP services using ASP.NET Web API
- Secure your web API
- Add real-time web with ASP.NET SignalR
- Add components using Scaffolding
- Test your app with Browser Link
- Share your project