what is value type to reference type
Answers were Sorted based on User's Feedback
Answer / prasad. surabathina
Value Types
Value types contains there data which are allocated on the
stack or in-line a structure
Reference Types
Reference types stores reference to the value memmory and
are allocated on the heap and refrence types can be self-
describing type pointer type or interface types.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rudranarasimha
correction
valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only.Both are derived from the System.object
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rudranarasimha
valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only..Both are derived from the System.valutype.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amar
value type is boxing and reference type is unboxing
Is This Answer Correct ? | 3 Yes | 3 No |
what is caching
how to retrieve property settings from xml .config file.
what is abstract class and method..
How does u get record no from 5 to 15 from a dataset of 100 records?
A Web Service Can Only Be Written In .net. Is it True??
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is a bubbled event?
How to remove themes from certain controls?
What is the usage of DelegatingHandler?
What is http protocol and how it works?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
Explain what does mvc represent in asp.net? : asp.net mvc