Community

Using C# and VB.NET classes together in the App_Code folder

(Bipin Joshi) In ASP.NET 2.0 you can mix web forms coded in C# and VB.NET together in a single web site. This works great for web forms. However what if you want to code classes from App_Code folder in different languages? Such mixing of classes coded in different languages is not allowed with defau

Read More - Register for Free Membership