Nov 21, 2008
by
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site: To be able ...