What is an Entity Relationship Diagram (ERD)? 16 April 2015 khambley ERD An ERD is a high-level overview of the design of a database management system. An ERD is widely used [More]
MVC 4 - Pt 3 : Playing with Actions and Controllers 09 November 2014 khambley ASP.NET MVC So we learned in the previous post that we can set up different routes in the RouteConfig.cs file, l [More]
MVC 4 - Pt 1 : Models Views Controllers, Oh My! A quick intro to MVC... 07 November 2014 khambley ASP.NET MVC So I've begun to explore the world of .NET MVC (Models, Views, and Controllers). I've been taking a [More]