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
Will my .net app run on 64-bit windows?
What are code contracts?
What is Complex Class in .NET?
Which dll translate xml to sql in internet information server (iis)?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain Creational design pattern in .NET?
What is Entity Relationship Model in .NET?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Explain what is reflection in microsoft .net context?
How can I tell if .net 3.5 is installed?
What is strong-typing versus weak-typing? Which is preferred?
Describe difference between inline and code-behind?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Explain re-clarification of object based in .net?
How anonymous method is different from a lambda expression?