what folder to put site-wide functions/classes in ASP.NET MVC
- by Erwin
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?