Answer Posted / suren
The CLR is the execution engine for .NET framework
applications.
Commom Type System. This is the range of types that .NET
runtime (CLR)
understands.
Commom Language Specification. This is the subset of CTS,
which all .NET
languages must support.
| Is This Answer Correct ? | 67 Yes | 15 No |
Post New Answer View All Answers
Which namespace does it belong to by default?
What is a metadata in .net?
Whate are resource files?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is namespace in .net?
What is the best way to crack the certification?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is singleton activation mode in .net?
What are the two main parts of the .net framework?
Explain can 2 different applications use the same dll in gac at the same time?
What is il in vb.net?
I'm having some trouble with cas. How can I troubleshoot the problem?
Explain assemblies in .net?
What is close method? How its different from finalize and dispose?