TECHNOLOGY SUMMARY
IDE
Visual Studio 2015
Architecture
ASP.NET 4.5 MVC, WCF
Languages
C#, jQuery, Javascript, HTML5, CSS3
Database
SQLServer 2014
Comments
In this version, I have (largely) stuck to the traditional ASP.NET MVC pattern i.e. using "html helpers" bound to the viewmodel, with postbacks to the controller.

  • "Razor" client-side scripting
  • Custom user authentication provider
  • Extension Methods
  • HTML Helpers (standard & custom)
  • Partial views
There is still a reasonable amount of client-side code, however, for which I have used jQuery.