How do you ensure the assembly created in c# is
interoperable with vb.net?
Answers were Sorted based on User's Feedback
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 |
Answer / luigip
All built assemblies are compatible with all the CLR
languages without doing anything
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between ref & out parameters?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
Can an exception be thrown from a catch block?
What does public mean in c#?
Is there any sample c# code for simple threading?
What is Implementation inheritance
What is the difference between ienumerable and icollection?
Do unused Namespaces in c# affect run-time performance?
When should we use delegates in c#?
How do you set a class path?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)