Layouts And Sections With Razor

Yesterday night I had decided, that this morning I was going to sit down and write a post on the uses of the IsSectionDefined method in »

Setting up a CloudFront Mirroring CDN in 5 minutes

Recently I decided it was important to get away from Google App Engine as my CDN, mostly because I have encountered personally and have been told »

Enabling Pinging in Windows 2008 R2

For the life of me I couldn’t find an easy option to enable pinging, an ICMP Type 8 or Echo Request response, through my Windows »

Entity Framework Repository Pattern

This is my first attempt at an Entity Framework (EF) based Repository Pattern.  I took a stab at this while working on a new project, »

Searching Stack Overflow The Easy Way (Another Reason To Use Google Chrome)

If you already didn’t have enough reasons to use Google Chrome, I found out that it now has brought the goodness of a one textbox »

Timing The Execution Time Of Your MVC Actions

I recently had the need to find out how much time elapsed during the execution of just my action, so I created a handy little action »