Hi I'm new to ASP.NET MVC
and i want to create a class to contain site wide functions for my application
what is the best practice to do this? where should i create the class ? in what folder? should i create a new folder?
edited: I need a function that return base uri, and it have be available to call from any controller. A date formatting function, or any other simple logic , but is going to be used repetitively