Niroj Dahal

A Blog About Software Development

Welcome to my blog. Subscribe and get my latest blog post in your inbox.
Enforce-naming-style-using-EditorConfig-in-Visual-Studio400999634.jpg
Enforce naming style using EditorConfig in Visual Studio

While working on a team, code consistency is of great value. If coding style is not consistent, it increases Refactoring, Maintenance time. By default , Visual Studio provides suggestion for naming inconsistency of Interface and Types.

Read more →