Can i have both C# and vb.net code in same assembly?how?
Answer Posted / prashanthreddy
Create C# class file and vb class file separately. Compile
them separately as modules and then finally add them to your
assembly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
i want the asp.net technical questions and answeres
Define the term Web Garden?
Explain the advantages of passport authentication.
What is work flow gen? how can it will work with .Net?
What are assemblies and namespaces and explain the difference between them ?
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)
How does the iis work?
Is react a template engine?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How do we sort the data from a dataset?
How does http session work?
Can the dictionary object be created in client?s scope ?
Is asp.net still used?
Which namespace is used by ado.net?
What’s the difference between asp.net web forms and asp.net mvc?