C# Coding Standards and my Motivation for Learning C#/.Net

I could not find a "Standard" coding standards for C#. Instead, I found this download link that cites some of the best practices for coding with C#. I'm a fan of readable code and I'm always happy whenever I find myself proven wrong because it means there's a lot more to learn things to learn. The JSF framework was designed so much after the ASP.Net event-driven model. IMHO, this would get me more understanding of our own framework(s) and be able to apply whatever things I've learned(and what to avoid) from ASP.Net to JSF and Java. I want to be able to make strong opinions on how to improve the existing JEE frameworks and taking a glimpse of something else(though I always rant about it) is second nature to me. --[Sharingan activated]--

Published 08-02-2007 10:50 PM by lamia
Filed under:

Comments

Thursday, August 02, 2007 11:28 PM by jop

# re: C# Coding Standards and my Motivation for Learning C#/.Net

The closest to a coding-guidelines-type of a document that I can point you to is the "Design Guidelines for Developing Class Libraries"

[msdn2.microsoft.com/.../ms229042.aspx]

Friday, August 03, 2007 12:56 AM by keithrull

# re: C# Coding Standards and my Motivation for Learning C#/.Net

Hey! I posted this in 2005!

devpinoy.org/.../64.aspx

Its basically an aggregated list of coding standards for .NET from different sources. Just choose what you think best suites your needs.