what book would you recommend to improve one's c# style of writing? I know Code Complete has a few tips on style and organizing code but it's not specific to c#.
|
|
C# Concisely very thorough |
||
|
|
|
|
Not a book, but check out StyleCop |
||
|
|
|
MSDN has some good guidelines for developing C# classes. |
||
|
|
|
Framework Design Guidelines, 2nd Edition. |
||||
|
|
|
CLR Via C# by Jeffrey Richter contains all the 2.0 patterns you need to follow in order to produce good code. Helped me immensely. |
||
|
|
|
|
Have a look at the iDesign coding standards at: http://www.idesign.net/idesign/DesktopDefault.aspx |
||
|
|
|
Effective C# by Bill Wagner, as well as the sequel, More Effective C#. |
||
|
|
