I found a great article about Common .NET Naming Conventions.
It summaries all cases with examples in a very clear way if anyone interested, like me, to be following a standard style while writing code all the time.

Long time ago I tried FxCop but unfortunately I stopped using it because of great number of warnings for missing documentation elements.

I’ve install Microsoft StyleCop version 4.3 and I’ll give it a try.
Also, I need to research what is the difference between it and FxCop 3.6.