Archive for January, 2011

C# Musings : Things I see less often with Events

This post is just some observations which I have made of late of a few things I see less often with regards to Events and some useful things I have seen which are indeed very helpful. Making sure the event object is not null You will have probably seen in a lot...
Read More

Programmatic IIS configuration with IronPython – Helper Module

The last couple of posts I have made have shown some configurations you can make to IIS programmatically.  In this post I want to tie some things together into a module so I have access to this simple helper façade easily and quickly.  The functions which I have included in this module...
Read More