Answer Posted / usman
In simple words value types are those datatypes that store
there values on stack memory and values are settle down at
compile time example are "ENUM" and reference type are
those datatype that store there values in heap memory and
settle down while run time i.e dynamic types examples are
strings,class type etc
Cheers
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
When Should You Call The Garbage Collector In .net?
What is collection of classes in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
Is null empty or whitespace c#?
What is console read in c#?
How do I know if executenonquery is successful c#?
What is the purpose of namespace in c#?
How many bytes is a long c#?
How do namespaces work?
Tell us something about static linking and dynamic linking?
What is dao in c#?
What is serializable in c#?
What is c# console application?
What is difference between iqueryable and ienumerable in c#?
Why dictionary is faster than list?