How To: Add WebAPI to an Existing ASP.NET MVC Project

I am currently learning how to implement a RESTful API and am using RESTful API Tutorial as a resource.  I quickly needed to add functionality to my existing ASP.NET MVC site that I am building hence the need to document my steps for others who might have a need in doing this also. I am working […]

Need a Good Tutorial About Bootstrap?

Bootstrap (also known as Twitter Bootstrap) is fairly light weight and makes responsive design and implementation very simple and straight forward.  As I recently moved back into the front lines of development and found that I needed to understand the underpinnings of Bootstrap.  While this tutorial was very good at helping me to understand the Bootstrap […]

Object Oriented Programming for C#

I have found a straight-forward and simple tutorial site in the UK that does a good job in explaining the concepts around object oriented programming using Microsoft C#. The site is called Object Oriented Programming for C# and can be located here: http://www.blackwasp.co.uk/ObjectOrientedConcepts.aspx