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 a postback in asp net?
What is difference between rest and soap?
where can i gather the materials for MCP certification
What is asp short for?
What is the syntax for datagrid and specifying columns?
Explain how is a property designated as read-only?
What is ASLM?
What is a swagger in web api?
Define caching.
Can the dictionary object be created in client?s scope ?
What does occur first in ASP.Net, Authentication or Authorization?
What is session state server?
What is syntax code to send email from an asp.net application?
How to retrieve user name in case of Window Authentication?
What is & in a url?