C# Code, Tutorials and Full Visual Studio Projects

"Because code doesn't need to be complex"

Recent Blog Posts

Fresh C# code hot out of the oven.

May 6, 2012

Get the Windows Image associated with a file

Using the Windows API you can get the image associated in windows for any file. This...

May 4, 2012

Animate a WPF control and get notified when it’s complete

WPF has some nice features, and Animation has be one of the most interesting. You can...

Apr 4, 2012

Check if a database field is null

How many times have you written code to get data from your database and when there is a null it's a pain. This helper class makes nulls a bit easier to deal with.

More