How do you ensure the assembly created in c# is
interoperable with vb.net?

Answers were Sorted based on User's Feedback



How do you ensure the assembly created in c# is interoperable with vb.net?..

Answer / 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

How do you ensure the assembly created in c# is interoperable with vb.net?..

Answer / luigip

All built assemblies are compatible with all the CLR
languages without doing anything

Is This Answer Correct ?    2 Yes 2 No

How do you ensure the assembly created in c# is interoperable with vb.net?..

Answer / bhagyashri

Write above code in AssemblyInfo.cs File.

Is This Answer Correct ?    0 Yes 0 No

How do you ensure the assembly created in c# is interoperable with vb.net?..

Answer / muralik.it

hello srikanth where can we write this code

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

what is the fastest way to concatenate strings in c sharp?

4 Answers   HCL,


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What is shared inheritance

3 Answers   IGT,


What is list array in c#?

0 Answers  


What is firstordefault c#?

0 Answers  






How does the clr work?

0 Answers  


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

0 Answers   Siebel,


what is CLONE() method?

1 Answers  


what is class libraries?

1 Answers  


Is and as keyword in c# net?

0 Answers  


How long has c# been around?

0 Answers  


What do you mean by winforms in c#?

0 Answers  


Categories