Archive

Posts Tagged ‘programming’

Box Select & Edit in Visual Studio 2010

April 27th, 2010

I love the new Box Selection feature in Visual Studio 2010.

programming ,

Decoupling Application Code from IoC Implementation

February 16th, 2010
Background:

While working on my pet project, using my favourite dependency injection framework, StructureMap, I came to a realization.  If I ever decide to change my dependency injection framework for something else, such as Ninject, my code is tightly coupled to StructureMap.  The change would force me to update a bunch of code throughout my numerous application layers.

…Read more…

programming , ,

LINQ: Expressive Html Tag Building

March 3rd, 2009

The following is a repost from ASP.NET Weblogs.  I found it useful so I am posting a copy here for my own reference.

…Read more…

programming ,

SQL Joins Visual Cheat Sheet

February 28th, 2009

While browsing CodeProject, I came across an article that had this useful visual representation of all of the different SQL joins.  …Read more…

programming , ,