Define Common Type System
What do you understand by Common Type System (CTS)?
Expert
CTS is the part of CLR by which .NET Framework offers support for several languages since it holds a type system which is common among all the languages. Two CTS-compliant languages do not need type conversion while calling the code which is written in one language from within the code written in a different language. It provides a base set of data types for every languages sustained by.NET Framework. This means that the size of integer and long variables is similar across all .NET- compliant programming languages. However, every language utilizes aliases for the base data types given by CTS. For instance, CTS utilizes the data type system int32 to symbolize a 4 byte integer value; on the other hand, Visual Basic utilizes the alias integer for the same; while, C# utilizes the alias int. This is made for the sake of simplicity and clarity.
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Write about the AJAX and JavaScript?
Why there is a requirement of user-defined controls?
Name the events that are fired during a page load?
Explain the role of a DISTINCT clause in the LINQ query?
Specify what does term “managed” mean within the .NET context?
Explain briefly the term AutoPostBack?
Briefly describe about data type?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
18,76,764
1958211 Asked
3,689
Active Tutors
1411800
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!