Parsing batch of T-SQL statements via IDataReader I wasn’t aware of it, until now anyway… using (SqlConnection conn
Lnbogen Challenge: refactor exception handling Level: 3/10 at Ellenbogen’s scale. Preface: You have the following
Visual Studio .Net 2005 JIT debugger isn't available For some strange reason, I can’t seem to debug my .Net
Thoughts & feedback on Roy Osherove's audio interview with Kent Beck Roy did a great interview with Kent Beck, an author of several
NOTICE: publish comments on my blog. I’m using the Captcha anti-comment-spamming-engine in my blog: Some of you
Best Practice: verify the safe cleanup of your unmanaged code After elaborating on the topic on my first post (see comments), it’
Exception in the constructor - a NO-NO ! Consider the following code: * Note: this code was written for teaching purpose