Category Archives: .NET

PDC 2005: Design Guidelines Pre-conference Notes

Here are some notes on this pre-con session (good session so far): EditorBrowsableState.Never/Always (control Intellisense) For abbreviation names – use search engine test – only use if found early in search Method overloads need to do semantically the same thing … Continue reading

Posted in .NET | 1 Comment

Exception Handling & Memory Management Slide Deck

Brad Abrams has made available a slide deck he has been pitching to .NET programmers.  I agree with almost everything except the slide titled "catch (Exception e) is your friend". Put me in the camp of "catch (Exception ex)" is … Continue reading

Posted in .NET | Leave a comment