Andrea
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Application_Start does not match rules 'Methods, properties and events' and can be made private
Hello.ReSharper keeps bugging me about useless warnings like how methods are called in the Global.asax.csI know that Application_Start could be made private and could be renamed "ApplicationStart",...