Did you know that, if you use the App_Code folder in your C# application, you can also use VB class files in your project? There are 2 things you need to do first. You just need to create a separate folder (let’s call it VBFiles) within the App_Code where your VB files will reside. This […]
The post Use VB Class Files in C# appeared first on All Things DotNet.