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

Where do we store our connection string in asp.net application?

0 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


What is the main differences between asp and asp.net?

0 Answers  


Why session management is required?

0 Answers  






What is asp.net web pages?

0 Answers  


What is the difference between the asp and asp.net?

0 Answers  


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

0 Answers   Excel,


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

2 Answers   Siebel Systems,


In which event of the page viewstate is available?

0 Answers  


What is the latest version of asp.net?

0 Answers  


What is the Global.asax used for?

7 Answers   Siebel Systems,


Categories