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.
Elucidate Master Pages in ASP.NET?
Write main difference between classic ADO and ADO.NET?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Write down the steps for executing a LINQ query.
Explain the various Visual Basic features which support LINQ?
Name the property that is used to check whether a DataReader is closed or opened?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Explain what is meant by the IL?
What do you understand by Common Type System (CTS)?
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
18,76,764
1951697 Asked
3,689
Active Tutors
1430021
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!