C# Development »

[31 Jul 2009 | 2 Comments]

change visual studio diff/merge tool [More]

C# Development »

[16 Jul 2009 | 3 Comments]

C# Development Standards Purpose The purpose of this document is to describe the C# coding standards used in the industry and my personal recommendations.   Microsoft Standards I primarily follow the Microsoft standards and best practices for C# development. The following information s... [More]

C# Development »

[16 Jul 2009 | 0 Comments]

Camel Case The capitalization of a word is such that the first letter is lowercase and the first letter of each successive word is uppercase, e.g. "propertiesFilename". Pascal Case The capitalization of a word, similar to Camel Case except that even the first word is capitalized, e.g. "Properties... [More]

C# Development »

[20 Jun 2009 | 13 Comments]

webbrowser UnsafeNativeMethods.DispatchMessageW AccessViolationException

http://jtstroup.net/2008/10/17/AttemptedToReadOrWriteProtectedMemoryThisIsOftenAnIndicationThatOtherMemoryIsCorrupt.aspx [More]