Rules of Programming: Follow Existing Naming Conventions
To make it as smooth as possible working in a software project, make sure you follow a naming convention. And if you're a team working on a project, it's really important that all team members follow a specific naming standard.
Simply put, know how you should do the naming and make sure to follow it.
IDesign C# Coding Standard Guidelines is a great start for C# developers.
Rule #3 of programming:
Follow existing naming conventions