c# - Bad naming of the VS created functions: button_click -


according framework design guidelines microsoft, naming convention methods pascalcasing , underscore not option. why default method naming events used underscores. example default name button's click event buttoncancel_click instead of buttoncancelclick.

if exception methods (which seems ok) how possible add exception visual studio warnings disappears?

i'm using resharper, there problem how add exception resharper rules.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -