Integer & struct are value types or reference types
in .NET?
Answer Posted / rathi
Value types include:
All numeric data types
Boolean, Char, and Date
All structures, even if their members are reference
types
Enumerations, since their underlying type is always
Byte, Short, Integer, or Long
Reference types include:
String
All arrays, even if their elements are value types
Class types, such as Form
Delegates
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can I add asp.net mvc testcases in visual studio express?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
what is split entity?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain the 'page lifecycle' of an ASP.NET MVC?
Explain tempdata in asp.net mvc?
What is the mvc pattern (model view controller pattern)?
will there be any issues adding a table without primary keys to a data model?
What is the difference between model view and controller?
What is display mode in mvc?
What are the options can be configured in AJAX helpers?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Where is tempdata stored?
Can I set the unlimited length for "maxjsonlength" property in config?
Can any particular component of .net framework 3.0 be removed?