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
How do you change the session time-out value?
Difference between singleton and singlecall.
What is difference between URL and URI?
What is s2s tracking?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Can I tap into other windows livetm services?
What are the different methods of session maintenance in asp.net?
What is difference between cache and session?
What is session in http request?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Give some salient points of difference between request processor and request dispatcher.
What are the three parts of an http response?
Why do we need master page in asp.net?
What is autopost?
What is the use of the tag in the web.config file?