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
What is the usage of OLE?
What are types of constructor?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Is equal in c#?
What are the different types of classes in c#?
What is arraylist class in c#?
What is public or shared assemblies ?
What is oledbconnection c#?
Can an interface extend a class c#?
What are extensions in c#?
What is the difference between abstract class and interface in c#?
Can struct inherit from class c#?
What is a factory in c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
Difference between abstract classes and interfaces