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
How do we ensure view state has not tampered?
What is a proxy in web service?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the difference between trace and debug in asp.net?
How to use push notification?
Differentiate between authentication and authorization.
Can I have a unique key as foreign key?
Explain the concept of MVC Scaffolding?
How to implement form based authentication in asp.net application?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How can we identify that the page is post back in asp net?
What is viewstate information stored?
Explain how dot net compiled code will become platform independent?
What is & in a url?
What is the default Orientation property in a Menu control?