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 a c# delegate?
Explain how to add controls dynamically to the form using c#.net.
What are extender provider components? Explain how to use an extender provider in the project.
what is the index value of the first element in an array?
what is an exception in .net?
What is the use of console application in c#?
Why does dllimport not work for me?
What is the adv of using System.Text.StringBuilder over System.String?
What do you mean by casting a data type?
Can we inherit class that contains only one private constructor?
List the difference between the virtual method and the abstract method?
Illustrate the process of code compilation in c#?
What is difference between an Structure and Class?
What is razor view in c#?
Define Final Class in C#