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
Why we need a separate mobile project template, while we can render our web application in mobile ?
What type of filter does outputcacheattribute class represents?
What is the difference between partial and renderpartial?
Explain Sections is ASP.Net MVC?
How we can invoke child actions in ASP.Net MVC?
What is work of clr?
Explain the difference between viewbag and viewdata in mvc?
Explain ASP.NET MVC Identity and Security?
What are the levels at which filters can be applied in an asp.net mvc application?
Is it possible to create a custom filter?
how do you query in entity model when the result has a join from from different database other than the entity model?
what is model first approach?
What is mapping in entity framework? : Entity framework
What is the full form of sp?
Mention the core components of .net framework?