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
What is application and session in asp.net?
What are the contents of cookie?
what is the difference between response.write() and response.output.write()?
What are the two Layouts supported by a Web form in ASP.NET?
What does asax stand for?
what are the web form events available in asp.net?
How to Insert/Add in ASPXgridview
How many types of sessions in asp.net?
What are html helpers in asp.net?
Explain server side state management system.
How do I open an ashx file in windows 7?
Which asp.net objects encapsulate the state of the client and the browser?
What is difference between view state and session state?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the options in ASP.NET to maintain state?