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.
Write the chief features of the Cloud services?
Distinguish among javascript and vbscript?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Write down a brief note regarding rapid application development tool?
Explain Language Integrated Query (LINQ)?
Describe the function of a SizeMode property of a PictureBox control?
Specify the pre-requisites for connection pooling?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Elucidate how you create a permanent cookie?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
18,76,764
1922686 Asked
3,689
Active Tutors
1456822
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!