I'm maintaining a legacy ASP.NET website written in VB.NET. Our customers force us to use Hungarian notation for declaring variables and such:
E.g:
Dim sSomeString as String
Dim oSomeObject as xxxClass
Is there any tool like FxCop, StyleCop, ReSharper that can help me determine the code that violate this naming style?