How can i include both C# and vb.net classes in same
solution?
Answer Posted / romo
Its not possible to include both c# and vb.Net codes in
same solution. The reason is that the parser in .net only
knows one language at a time.
but its possible to refer a ddl assembly in c# which is
created by using vb.net
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between runtime version and version?
What is cross page posting in asp net?
What are early binding and late binding.
What is session id in web application?
How will you load dynamic assembly?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are query strings used for?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is cache in asp net?
Explain client-side scripting?
Why session management is required?
What is client side state management?
What does mvc represent in asp.net? : asp.net mvc
Explain the components of web form in asp.net
What is inproc mode in session?