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 |
Can a nested object be used in Serialization
how do you truncate a table using entity data model?
What are the possible razor view extensions?
What is the 'page life cycle' of an ASP.NET MVC?
What are Action Filters in ASP.NET MVC and its use?
what is entityclient?
What are the two ways to add constraints to a route?
mention what is code first approach and model first approach in entity framework?
what is msl?
what is deferred loading(lazy loading)?
How to answer for project questions..?
What is meant by tempdata in mvc?