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 delegates and events?

0 Answers  


Explain the types of comments in c#?

0 Answers  


What is class method?

0 Answers  


What is xamarin used for?

0 Answers  


What is difference between ienumerable and ienumerator in c#?

0 Answers  






How does a while loop work?

0 Answers  


What is serializable in c#?

0 Answers  


What is an int in c#?

0 Answers  


In c#.Net Application For DataGridview binding which method is faster in below two case?Why..? 1)looping-Using For loop 2)Databinding direct using Dataset

4 Answers   CTS,


5. What properties we used to call stored procedure in C#?

2 Answers   Mphasis,


What is hierarchical inheritance in c#?

0 Answers  


hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......

0 Answers   Tricom,


Categories