In PHP, I usually make a functions.php file in which I store all the functions I make, then I just use the command include("functions.php") to use them in my PHP scripts. I'm new to ASP.NET and I see things are done differently. Whats the correct way to do it in C#?