what are clr,cls,cts?what is .net framework?
Answer Posted / jailendra kumar
CLR is the engine of .net Framwork it's manage compiling
code executing code and make him able to understand to
machin ,
it has two parts
(I)CTS (Common Type system)
CTS manage the data type Like integer one langauge to
another it's make to usable
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I know when my thread pool work item has completed?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Use of Enable view state ? if turn off what happen ?
difference between Response.write,server.transfer and also which one is used when ?
How do I prevent concurrent access to my data?
What is Video Streaming in .net??
server.transfer limitation ?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Does .NET runtime offer Deterministic Destruction or not?
What is application frame host?
What is biginteger and when would you use that?
What is code access security (cas)?
Why am I getting an invalidoperationexception when I serialize an arraylist?
How do we do authentications using atlas?
How to improve the cache performance? : Dot net architecture