what are clr,cls,cts?what is .net framework?
Answer Posted / nazrul.nazi
clr-
It is common Language runtime.which is Engine of .net
platform.which is responsible for execution of code,cross
language interoprebility,garbage
Collection,Security,Exception Handling.
cls(Common language specification)->set of rule which follow
by different languages
ex-like every language used variable
declaration,exception handling,events.
cts(Common type specification) it is subset of cls.It is set
of common datatype which is used in different languages.
ex
VB-Integer
C# -Int
But cts has Int32 which is applicable for all languages.
.Framework->
set of tools(CLR,BCL,Ado.Net etc) which used to
develop and execute an application.
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What is the difference between machine config vs. Web config : Dot net architecture
question related to table havi colspan and row span
Use of Enable view state ? if turn off what happen ?
Explain difference between state server and sqlserver? : .NET Architecture
Explain about clr?
What is the mesi? : .NET Architecture
how to set the startup position of the form?
Explain how does .net mobile work? : Microsoft dot net mobile
What is .net mobile lists. : Microsoft dot net mobile
Explain about developer benefit from memory management?
Can you explain scriptmanager control?
How to prevent my .NET DLL to be decompiled?
What is Opf3
What are bindings?
What is ILDASM ?