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 are httphandlers and httpmodules and difference between them?

0 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


Define viewstate in .net?

0 Answers  


How to sign out from forms authentication?

0 Answers  


1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?

2 Answers   247Customer,






what is SAP fullform

161 Answers   A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,


What are the different methods that are used during the page load?

1 Answers   Siebel,


You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?

6 Answers   D&B,


What is the difference between Session and response.Redirect?

0 Answers   Microsoft,


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


Can we have multiple web config files for an asp.net application?

0 Answers  


what is stateless ?

2 Answers   TCS,


Categories