This is a site made by me to prove to myself (and others) that I can develop websites using Microsoft's latest MVC 4 architecture.
- All data is accessed through a RESTful web service using the MVC 4 web api.
- The web service uses Entity Framework for data access.
- The website uses the HttpClient to access the web service and MVC 4 to generate HTML 5 for the UI.