How do you ensure the assembly created in c# is
interoperable with vb.net?
Answer Posted / bhagyashri
Write above code in AssemblyInfo.cs File.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Distinguish between the Debug class and Trace class with its functionality?
What is activator c#?
What is uint c#?
What is a partial method?
What do you mean by for each loop?
What happens if the inherited interfaces have conflicting method names?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What are delegates and why are they required?
What is the use of tryparse in c#?
My switch statement works differently! Why?
What are the types of operator?
What is the difference between structure and class in c#?
What is the difference between convert and parse in c#?
what is the difference between a struct and a class in c#?
How do you encapsulate in c#?