Standards & Practices for Software Development (.Net)

The objective of this blog is to provide software engineers(developers and architectures) with standards and practices for software development. It includes code naming conventions, best prectices for coding,general requirements and guidelines to be followed that insure that the code(software) is well designed, well written, testable and maintainable.

Every guideline give here in, is presented in terms of Use Cases Scenarios along with necessay description, examples, code snippets and does & don'ts to help developer code the proper way. All use cases are classified in following categories:

General Coding Guidelines : Naming conventions and best practices while coding in C# & VB.Net

Advanced Coding Guidelines : Naming Conventions for Namespaces, Assemblies and Project Files.