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 |
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is entitytype? : Entity framework
What are the sub types of ActionResult?
what is use of entitydatasource control?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,
Why do I get errors when I try to serialize a Hashtable
How to update one of my table in database at 4pm every day how it is possible?
What is the benefit of entity framework?
How does servicing work for the .net framework 3.0?
Is .NET a runtime service or a development platform?
What are Action Filters in ASP.NET MVC and its use?
what is msl?