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 purpose of constructor in c#?
What is boxing in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What are the types of constructors?
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
Describe the difference between inline and code behind - which is best?
i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .
Why do we use threads in c#?
What do you mean by default constructor?
What is delegates & multicast delegate?
give suitable code for all login controls
What is predicate builder?
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)