C# Coding Standards and Guidelines: Naming Conversions and Style 1) Use Pascal casing for type and method and constants. public class SomeC...
Read More
Home / Archive for January 2017
Coding Standards and Guidelines: Comments for C#
C# Coding Standards and Guidelines: Comments 1. All source code must include the following comments at the very top: /****************...
Read More
Coding Standards and Guidelines: Error Handling in C#
1. Error handler should be present whenever you anticipate possibility of error. 2. Do not use Try-catch for flow- control. 3. Never d...
Read More
Coding Standards and Guidelines ASP.NET
Coding Standards and Guidelines ASP.NET 1. Prefix user control names with “uc” 2. The rest of the user control name should be in P...
Read More
Coding Standards and Guidelines for Database
Coding Standards and Guidelines for Database ANSI SQL 92 standards have to be followed for writing queries. Do not put order by...
Read More
Subscribe to:
Posts
(
Atom
)