Pages
Categories
Archives
- October 2011 (1)
- August 2011 (1)
- July 2011 (1)
- May 2011 (1)
- February 2011 (3)
- January 2011 (2)
- December 2010 (4)
Meta
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