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.
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
Explain the term multilingual Web site?
Why there is a requirement of user-defined controls?
Name the data type which the RangeValidator control supports?
Briefly describe key-based dependency and file-based dependency?
Differentiate between Assembly and NameSpace?
Explain Lazy Initialization?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
What are XML attribute?
18,76,764
1922196 Asked
3,689
Active Tutors
1422514
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!