Posts Tagged ‘Use CS and VB files in App_Code’

Hello Friends,

in this article i will give you solution which i was finding since 1 year.

normally when we crate any web application project we use the app_code folder to generate single assembly in which all the files in the App_Code folder must be in the same programming language.

but sometimes i feel that if in some complex things i need c# code file and some times i need that i want vb file for the string manupulation and all that so can i place both the languages in same app_code folder.

here is the solution for this complex question Read the rest of this entry »