How could we achieve Langauge Interoperability
through "CLS"?? Please Expalin in detail with Example..
Thanks for the Help!!!!!
Answer Posted / 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 |
Post New Answer View All Answers
List the new features added in .net framework 4.0.
what is deferred loading(lazy loading)?
differences between poco, model first and data first approach?
How route table is created in ASP.NET MVC?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is Attribute Routing in ASP.Net MVC?
What are the advantages of mvc over asp.net?
how can you enhance the performance of entity framework?
In which assembly is the mvc framework defined?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is viewbag?
What are the 2 popular asp.net mvc view engines?
Explain the request flow in asp.net mvc framework?
What are the advantages of razor view engine?