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
Differentiate between client-side and server-side validations in web pages.
What is the request flow used for asp.net mvc framework? : asp.net mvc
Which is the parent class of the web server control?
What is difference between session and viewstate?
how to elimainte the similar data from the different tables
What is the difference between table and query?
What is AutoEventWireup attribute for ?
What are the types of validation in asp net?
What is class and object in asp.net?
Describe in brief .net framework and its components.
What is redirecting behavior?
Can you explain one critical mapping?
What do you mean by View State and what is its role?
What are user controls?
What is difference between rest and soap?