I am working on one of my projects in MVC. I have created a common class which contains common methods.
To access all methods without instantiating i have created static methods. It saved creating instance of class all the time. Is it best practice? Can i have explaining scenarios for both uses?