Answer Posted / kirti
Reference Type:
Reference types are allocated on the managed CLR heap, just like object types.
A data type that is stored as a reference to the value's location. The value of a reference type is the location of the sequence of bits
that represent the type's data. Reference types can be self-describing types, pointer types, or interface types
Value Type:
Value types are allocated on the stack just like primitive types in VBScript, VB6 and C/C++. Value types are not instantiated using new go out of scope when the function they are defined within returns.
Value types in the CLR are defined as types that derive from system.valueType.
A data type that fully describes a value by specifying the sequence of bits that constitutes the value's representation. Type information for a value type instance is not stored with the instance at run time, but it is available in metadata. Value type instances can be treated as objects using boxing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Attribute Routing in ASP.Net MVC?
What is entityset? : Entity framework
Explain the advantages of dependency injection (di) in asp.net mvc?
Which version of .net framework is installed?
What are Code Blocks in Views?
How can you return string result from Action in ASP.Net MVC?
What is viewbag title?
What is layout in mvc?
What is viewdata?
What is separation of concerns in asp.net mvc?
What is the "helperpage.isajax" property?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the .net framework and how does it work?
Do I need microsoft .net framework?