Answer Posted / nagu
CLR-Common Language Runtime.In which programs return in C#
and other .Net platform or .net languages.It also supports
cross language inter operability.
CTS-Common Type Specification,.Net provides multiple
language support using the feature is known as commmon type
system.
CLS-Common Language Specification.It defines a set of rules
that enables interoperability on the .net platform party
compiler designer and library builders.
| Is This Answer Correct ? | 16 Yes | 13 No |
Post New Answer View All Answers
Explain why do we use the “using” statement?
Explain the difference between asp.net & vb.net and explain architecture?
Explain about Behavioral design pattern?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is .net core used for?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is Full trust permission set in .Net
What is a manifest in .net?
What is .net3.0 and .net3.5?
Why did they call it .net?
What is .net debug & trace?
How inheritance works in .net?
Explain different types of html, web and server controls.
What is common type system (cts)?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?