How do you ensure the assembly created in c# is
interoperable with vb.net?
Answer Posted / luigip
All built assemblies are compatible with all the CLR
languages without doing anything
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the function of the not null constraint?
What is the compiler of c#?
How can I get the ascii code for a character in c#?
What is the difference between virtual method and abstract method?
Is a char?
What are boxing and unboxing?
Which is faster hashtable or dictionary?
What is difference between encapsulation and abstraction in c#?
What is the do while loop code?
Why delegate is used in c#?
What is eager loading in c#?
What are the Types of values mode can hold session state in web.config
what is a structure in c#
can you allow a class to be inherited, but prevent the method from being over-ridden?
what is the difference between convert.tostring() and tostring() functions ?