C# coding standard is an upcoming standard in the world of software development. Though similar in most of the aspects, but the C# coding standard follows a deviation within specialist involved in software development.
While most of the professionals/companies follow an individual standard of coding, the primary C# coding standard remains as follows;
1. Avoiding hard-to-find errors and bugs
2. Ensuring maintainability. This comes by promoting some proven design principles and recommending a certain unity in style.
3. Bringing in performance by putting off wasteful practices.
The C# coding standard applies to all C# codes, which are part of PMS software products or directly, supportive to these products. If this software is developed specifically for PMS, the third party software is constrained by this standard.
This standard recommends avoiding too large files and writing very long methods. A method should do only one job. Never combine more than one job in a single method, though they may be very small in size.








Recent Comments