User-166373564 posted
Hi venkatzeus,
Welcome to asp.net forum.
I am looking for a VS 2012 extensions, which can check for naming conventions in the code (basically the camelCase and PascalCasing) .
According to my knowledge, I didn't see this kind of extension before.
For this issue, you could also consider submitting new features request in Visual Studio UserVoice Site, VS team will give positive response for you.
If not, can the rule be added to Code Analysis tool to check for CamelCase and PascalCase.
For this question, I think this article related to Custom Code Analysis Rule Sets will be helpful for you.
Creating Custom Code Analysis Rule Sets:
http://msdn.microsoft.com/en-us/library/dd380660.aspx
Hope it helps.
Regards