Tuesday, June 7, 2016

.NET coding standards and best practices


                             Few months back, I gathered best coding standards for .NET Developers, and a lot of people found it useful. So, I thought about putting together a list of Coding Standard guidelines/checklists in one single document.


                            As you may already know, it is easy to come up with a document - the key is in following these standards in across the organization, through methods like internal trainings, Peer Reviews, Check in policies, Automated code review tools etc. You can have a look at FxCop and/or StyleCop for automating the review process to some extent, and can customize the rules based on your requirements.