Answer Posted / 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 |
Post New Answer View All Answers
What is the use of express session?
Explain about ASP.NET?
Difference between singleton and singlecall.
What is %20 in a url?
What are the different types of sessions in asp.net? Name them?
Which adapter should you use, if you want to get the data from an access database?
What is the difference between login controls and forms authentication?
What is DataGrid wheater its a Server Control or something else ?
What is asp.net response object?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is base class of button control in .net?
Explain global assembly cache.
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is viewstate parameter?
What is a proxy in web service?