EvilZone

Programming and Scripting => .NET Framework => Topic started by: m0l0ko on October 05, 2012, 07:07:59 PM

Title: Where to store C# functions
Post by: m0l0ko on October 05, 2012, 07:07:59 PM
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#?
Title: Re: Where to store C# functions
Post by: relax on October 05, 2012, 07:22:20 PM
<!--#include file=""-->

reminds of the vulnerability SSI <!--#exec cmd="ls"-->