Blog
Introduction to Stored Procedures
Excerpt by Don Kiely
A stored procedure is a batch of Transact-SQL (T-SQL) code that is saved internally in SQL Server as a database object.
This course excerpt was originally posted August 14, 2013 from the online courseware SQL 2012 Developer, Part 02 of 13: Stored Procedures by Don Kiely
Using Reflection
Excerpt by Joe Mayo
Reflection gives you the ability to inspect the code of a .NET application and execute that code dynamically.
This course excerpt was originally posted August 13, 2013 from the online courseware C# 2012, Part 2 of 4: Attributes, Reflections, and Dynamic by Joe Mayo
Choosing the Right Actions
Excerpt by Phil Ledgerwood
The job of the action invoker to select the appropriate action method is more complicated than may appear on the surface.
This course excerpt was originally posted August 02, 2013 from the online courseware MVC 4.0, Part 02 of 11: Controllers by Phil Ledgerwood
MVC Project Template
Excerpt by Phil Ledgerwood
ASP.NET MVC 4 is available in Visual Studio 2012 without any additional installs.
This course excerpt was originally posted August 01, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood