Answer Posted / kranthi kumar.janagam
CTS,CLS are the componets of the CLR
CLR: is use for execute msil code to native code
CTs :is Common type System Contains Set of common data
types that are common to all dotnet langauges
Itis check all type checkin for interoperatibility comman to
all language.
CLs is common langauge specification contains rules that are
to be followed for .net frame work supported languages
| Is This Answer Correct ? | 86 Yes | 14 No |
Post New Answer View All Answers
What are code contracts?
What does jit do?
Is .net core managed code?
Can you explain what do you understand about web service?
What is common type system (cts)?
What is value type and refernce type in .net?
Explain what is a manifest in .net?
What are the new 2.0 features useful for?
Explain memory-mapped files.
Is .net 4.8 backwards compatible?
How boxing and unboxing occures in memory?
What are the main components in .net?
What is the difference between asp.net & vb.net and explain architecture?
What is the use of common language runtime?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?