What is CLR, CLS,CTS
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / naren
CLR : Common Language Runtime is a runtime environment that
manages the execution of .Net code and provide services like
memory management, debugging, security, etc. The CLR also
known as Virtual Execution System(VES).
| Is This Answer Correct ? | 25 Yes | 6 No |
Answer / 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 |
Why is .net used?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Explain when should you use .net web forms over asp.net mvc?
What base class do all Web Forms inherit from?
What is the transport protocol you use to call a seb service soap?
Please explain what are an inheritance, polymorphism, and encapsulation?
How is a property designated as read-only?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What is the native image generator?
Explain different types of cookies in .NET?
Explain the process of serialization in .NET?
Write the .net syntax for 'for loop'?