Answer Posted / anamika srivstava
CLR (comman anguage runtime) is the heart of the .net
framework. every runtime has responsibility to take care of
code at the time of execution.for ex vb has MSCRT60 AND
java has JVM and In .net CLR.
WHILE CTS ( comman type system) is subset of CLR .it
provide smooth comunication between two language.for exp in
vb .net has integer and c# has int ,CTS change both into
system.int32.
By Anamika Srivstava
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the maximum size of the textbox?
Name the two main parts of .net?
What are the objects in asp.net?
What is the ruby interface generator?
What are the features present in vb 2005?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Can you please explain the difference between system.string and system.stringbuilder classes?
How to send xml file on server using http protocol?
Explain about the keyword must inherit?
What is DLL HELL in VB.NET
What is difference between metadata and manifest?
What is jagged array in vb.net?
What do you mean by Redim in VB.NET?
What is the feature which is common to all .net languages?
What is the main purpose of garbage collector?