Common Type System
Explain Common Type System (CTS)?
Expert
Common Type System (CTS) is component of CLR through which .NET Framework offers support for multiple languages as it comprises type system that is common in all the languages. Two CTS-compliant languages do not need any type conversion while calling code written in one language from within the code written in other language. CTS offer data type’s base set for all languages supported by.NET Framework. This states that the size of integer and long variables is identical through all .NET-compliant programming languages. Though, every language are using aliases for the base data types provided by CTS. For instance, CTS uses the data type system “Int32” to signify a 4 byte integer value; on the other hand, Visual Basic uses the alias “Integer” for same; whereas, C# uses the alias “Int”. This is done for the purpose of clarity and simplicity.
List the advantages of the DLR?
How the state of the requested process can be obtained?
State the difference between Managed and Unmanaged Code?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
In what way we can alter height of the combo box drop-down list?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
Differentiate between authorization and authentication?
List different ways of deployment that are supported by .NET.
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
18,76,764
1944922 Asked
3,689
Active Tutors
1417631
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!