Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 yield in c#?

0 Answers  


What is private readonly in c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

6 Answers   Wipro,


What is short circuit logical evaluation?

1 Answers   TCS,


What is the and operator in c#?

0 Answers  


What are custom exceptions?

0 Answers  


What is the output of TextWriterTraceListener redirected?

0 Answers   Siebel,


What is returned if you pass the value 12.34 to the parsefloat () function?

0 Answers  


What is a class in unity?

0 Answers  


Explain how to implement delegates in c#.net

0 Answers  


Illustrate the differences between the system.array.copyto() and system.array.clone()?

0 Answers  


Explain the different types of delegates used in c#.

0 Answers  


Categories