Interview questions

NET CTS and CLS(Common Language Specification)

Next question>>
NET CTS and CLS(Common Language Specification)- April 1, 2009 at 17:30 PM by Rajmeet Ghai

Explain the concepts of CTS and CLS(Common Language Specification).

CTS

When different languages are integrated and want to communicate, it is certain that the languages have their own data types and different declaration styles. CTS define how these different variables are declared and used in run time. E.g. VB offers an Integer data type while C++ offers long data type. Using CTS, these data types are converted to System32 which itself a data type of CLS.

CLS

Any language(s) that intend to use the Common Language Infrastructure needs to communicate with other CLS-Compliant language. This communication is based on set of rules laid by CLS. These rules define a subset of CTS.

Next question>>

Also read     

What is Manifest in .NET?

Manifest in .NET helps to understand the relation between the elements of the assemblies...........

Explain the different types of JIT in MS .NET.

JIT compiler is a part of the runtime execution environment that helps in a higher performance by placing the complied code in the cache for a faster execution.............

Difference between System exceptions and Application exceptions.

Application exceptions can be user defined exceptions thrown by the application.............

Similarities and difference between Class and structure in .NET

Both Class and Structures can have methods, variables and objects..............

What are the concepts of DISPOSE method?

Dispose method belongs to IDisposable interface. It is used to free unmanaged resources like files, network connection etc..............

 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring