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
Where sessions are stored in asp.net?
What is base class of .net?
What is clr? Difference between clr & cts?
How to display validation messages in one control?
Describe how to implement globalization and localization in the use interface in .net.
Explain asp.net mvc request life cycle? : asp.net mvc
What does asp in asp.net stand for?
What is the file extension of web service?
List the major built-in objects in asp.net?
Is asp.net and .net same?
What are query strings used for?
Are xaml file compiled or built on runtime?
Does web services support data reader like pom project?
What are the two Layouts supported by a Web form in ASP.NET?
What are session state modes? List some of the important session state modes of asp.net.