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
What does console readline do?
windows c# using datagridview in edit form sql server
What is lock statement in C#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is the benefit of delegate in c#?
What are properties in c#. Explain with an example?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What are floating point numbers?
Which is executed if an exception has not occurred?
How to declare a property in a class?
What is difference between iqueryable and ienumerable in c#?
What is managed code?
If the original method is not static you can declare an override method to be static or not?
How can I use .NET components from COM programs?
How do I create a multi language, multi file assembly?