Answer Posted / manikandan
CLR is the common language runtime. which is the feature
makes the .net applications to run plantform independent
langauge interoperability.
CTS Common type system is the part of the CLR which enable
the Common Datatype system to All the .net languages.
it also defines conventions to convert objects from one
langauge to another
Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between thread and process?
What are the differences between c# and visual basic.net?
What is DLL HELL in VB.NET
What is an arraylist?
Write a VB.Net console program to check whether a number is perfect or not.
What is code access security?
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
What is difference between metadata and manifest?
Explain strong name in .net assembly?
What are the differences between vb.net and c#, related to oops concepts
What are the difference between dispose(), close(), exit(), end()?
Explain the difference between an xml "fragment" and an xml "document."
What is the difference between import system.data.sqlclient and system.data.oledb?
What does assert() method do In VB.NET
Explain nested classes?