This is a code challenge project developed in a day. It demonstrates the use of the following:
- ASP.NET MVC Razor Views
- ASP.NET Individual Users Authentication
- User Login and Registration
- SQL Server Stored Procedures
- SQL Server BLOB Storage (Images)
- Angular JS
- Bootstrap
- Web API
- AJAX Calls
http://sqlservertest-2.apphb.com
Just execute the DatabaseInitialization.sql script on your local DB to create the required tables and stored procedures. Don't forget to change the connection string in the connectionStrings section of web.config.