what is CTS?

Answers were Sorted based on User's Feedback



what is CTS?..

Answer / satyambabu




Common Type system Describes the datatypes that can be used
by managed in the run time .

it facilitates
* Cross Language integreation
* Type safety
* High performance and code Execution

Is This Answer Correct ?    3 Yes 0 No

what is CTS?..

Answer / rajesh sharma

Common Type System is a set of rules and standard that a
language must adhere in order to a language compatible.

Example
1) An integer variable in C# is written as int, whereas in
Visual Basic it is written as integer. Therefore in .Net
Framework you have single class called System.Int32 to
interpret these variables.
2) For the ArrayList data type .Net Framework has a common
type called System.Collections.ArrayList. In .Net
Framework, System.Object is the common base type from where
all the other types are derived.

Is This Answer Correct ?    0 Yes 0 No

what is CTS?..

Answer / soubhagya ranjan mallick

CTS stands for common type system.

On .Net Framework there are several predefined libraries
are present which are common for all language i.e the
library which is used by vb.net the same can be used by
C#,common for all.because of this we can take lase
time,less space and so on . this concept is known as cts.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 Answers   Syntax Softtech,


Guys can anobody tell what is Conditional Bloating in asp.net ??

1 Answers  


why we are using delegates and in which condition it is required?

3 Answers   TCS,


Briefly describe different techniques for ASP.NET State Management?

6 Answers   Deloitte, Syntax Softtech,


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  






Is it possible to perform data validations in the database?

1 Answers   Quest,


What is ashx file in asp.net?

0 Answers  


Explain how inline and code behind is used differently ?

1 Answers   Siebel,


Explain the different types of assemblies?

0 Answers  


If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?

1 Answers   MMTS,


what is reference type to value type.

3 Answers   AG Technologies,


How to store a dataset in a viewstate?

3 Answers   Patni,


Categories