what folder to put site-wide functions/classes in ASP.NET MVC
        Posted  
        
            by Erwin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Erwin
        
        
        
        Published on 2010-03-22T07:59:18Z
        Indexed on 
            2010/03/22
            8:01 UTC
        
        
        Read the original article
        Hit count: 250
        
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?
© Stack Overflow or respective owner