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.
Explain the term Data Encapsulation?
What is AdRotator Control?
State the difference between the WindowsDefaultBounds and WindowsDefaultLocation properties?
Specify the tools which can be used to develop the .NET applications?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Explain about the Take and Skip clauses?
Illustrate Application State in the ASP.NET.
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Write down the benefits of Hosting WCF in IIS?
18,76,764
1924581 Asked
3,689
Active Tutors
1443397
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!