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


Please Help Members By Posting Answers For Below Questions

Explain About multi level and multiple inheritance how to achieve in .net

773


What is difference between private and protected?

716


Define satellite assembly in c#?

649


List the difference between the virtual method and the abstract method?

665


HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only

724


Can you explicitly call a destructor?

685


What is the major difference between a custom control and user control?

766


What is a constructor in c#?

762


what is the syntax to inherit from a class in c#?

723


What is expression tree with example?

654


What do you mean by string objects are immutable?

689


What is a byte in c#?

731


How do you serialize in c#?

637


What is array and types of array in c#?

656


Is list immutable in c#?

668