How can i include both C# and vb.net classes in same
solution?
Answer Posted / roopesh m.k
Step 1:
It is possible,In app-Code folder create sub folders
named VB,CS(as you like) and clreate .vb class files in the
folder named VB and .cs class files in the CS folder.
Step 2:
Go to web.config file and mention the following
<compilation debug="false">
<codeSubDirectories>
<add directoryName="VB" />
<add directoryName="CS" />
</codeSubDirectories>
</compilation>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is special types forms
What is difference between web api and web services?
How can u debug your .net application?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
When cookie will expire?
Is LINQ performance wise better or using sqlcommand?
Why select Web API?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Why is asp.net so popular?
Describe Segmentation With Paging?
What is web configuration file and how to use in web application
What is session management in web application?
What is a server cookie?
What is the difference between union and structure?
What are app services?