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
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Explain about code access security?
What are public and private assemblies ?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain domestic architecture artifacts? : Dot net architecture
What is difference between .net and visual studio?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Define a virtual memory? : Dot net architecture
What is cache coherency and how is it eliminated? : Dot net architecture
what are constructors and destructors?
What happens to the winfx technologies?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
So what exactly is the configuration file for then?
Explain some of the disadvantages due to microsoft.net?
inprocess vs out process session state : Dot net architecture