what is CTS?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are httphandlers and httpmodules and difference between them?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
Define viewstate in .net?
How to sign out from forms authentication?
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?
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?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
What is the difference between Session and response.Redirect?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Can we have multiple web config files for an asp.net application?
what is stateless ?