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 about code access security?
What are the important principles of soa (service oriented architecture)?
What is the difference between an application and a program?
8. Oop-Why and were we use Interfacse and Abstract class.
can u give me real example of how web.config overrides the machine.config file?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
How do I prevent concurrent access to my data?
What are the types of memory management? : Dot net architecture
Explain dotnet framework ?
How do I write to the application configuration file at runtime?
what is sessions and cookies take one example simple way to understand
Explain about microsoft visual studio?
What are the types of application software?
Explain about the base class library provided by microsoft.net?
Explain the difference between l1 and l2 cache? : .NET Architecture