>

Github for Windows

Get this, get this now. An awesome metro based git client for Windows. Awesomesauce!

>

Insert, Update, and Delete Operations (LINQ to SQL)

Why ow why would you bother writing SQL in your code anymore with stuff like LINQ to SQL. If you want to know how it works read up on the Unit Of Work pattern. I highly recommend Tekpub’s series on LINQ.

>

Back to Basics: Moving beyond for, if and switch

Well worth reading Scott Hanselman questions the abuse of for, if & switch statements when programming to perform simple parsing tasks before offering examples and solutions to clean up your code. Very interesting!