Coding Standards and Guidelines

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

Does anyone know of a book for C# .NET on coding
standards and guidelines? My company is in the process
of defining this stuff as we move to C# .NET.

I could swear I picked up a book like this in a technical
bookstore, but now I can't find one searching Amazon.com
or anywhere else.

By the way, I've seen the documentation Microsoft has in
their best practices section. That stuff is good, but
I'm also looking for a book.

Thanks,
Todd
 
It's not a book, but in addition to our best practices document, you could check out FxCop and see what kinds of rules that enforces. You can find
FxCop here ... http://www.gotdotnet.com/team/fxcop

-Shawn
http://blogs.msdn.com/shawnfa

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Back
Top