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
What is entity framework firstordefault?
What is the difference between windows vista and .net framework 3.0 ?
What is iobjectset? : Entity framework
how do you truncate a table using entity data model?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
mention what are the various methods provided by the dataset object to generate xml?
What is presentation framework?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
How you can implement custom validation in asp.net MVC?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Explain Bundle.Config in ASP.Net MVC4?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Possible ways to prevent xss attacks on mvc application?
What is namespace of asp.net mvc?
Name a few different return types of a controller action method?