How do you ensure the assembly created in c# is
interoperable with vb.net?
Answer Posted / sreekanth m
use the below keyword. If the code is not CLS compliant, it
will throw compilation error.
// Tell compiler to check for CLS Compliance
[assembly:CLSCompliant(true)]
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain About multi level and multiple inheritance how to achieve in .net
What is difference between private and protected?
Define satellite assembly in c#?
List the difference between the virtual method and the abstract method?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Can you explicitly call a destructor?
What is the major difference between a custom control and user control?
What is a constructor in c#?
what is the syntax to inherit from a class in c#?
What is expression tree with example?
What do you mean by string objects are immutable?
What is a byte in c#?
How do you serialize in c#?
What is array and types of array in c#?
Is list immutable in c#?