ReSharper sometimes hints that I can make some of my random utility methods in my WebForms static. Why would I do this? As far as I can tell, there’s no benefit in doing so.. or is there? Am I missing something as far as static members in WebForms goes?
Share
You will get a performance improvement, FxCop rule CA1822 is the same.
From MSDN: