How could we achieve Langauge Interoperability
through "CLS"?? Please Expalin in detail with Example..
Thanks for the Help!!!!!
Answers were Sorted based on User's Feedback
Answer / govind.agarwal
commom language specification is in .net, which is used to
integrated multilanguage application. and suport common
type system.
int32 is compactibility with VB and C#.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / lakshmi
CLS (Common Language Specification) contains a set of rules
to achieve language interoperability. CLS enables an object
or application to interact with other objects or
applications of other languages. All .NET classes follow
the CLS rules.
| Is This Answer Correct ? | 6 Yes | 3 No |
How to Insert a TextBox value in to Sql database using C#.Net coding
what do you mean by navigation property?
What is Reference type and value type
What is viewbag?
How .net assemblies are registred as private and shared assembly ?
Is entity framework slow?
What are the Main Features of .NET platform
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Can I look at the IL for an assembly
Is it possible to create a custom filter?
What is objectset? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?