What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Answer / kirti
The value-type variables are not garbage-collected, they just fall off the stack when they fall out of scope, the reference-type objects
are picked up by GC when their references go null.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of final method
Why should we go for entity framework?
How you deploy .NET assemblies
What are the advantages of razor view engine?
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
What are differences between entity framework and l2s? : Entity framework
How can I return string result from action in asp.net mvc?
What is difference between viewbag and viewdata and tempdata?
What's the .NET class that allows the retrieval of a data element using a unique key
Which filter executes first in an asp.net mvc application?
What is clr? How does work clr & wht is work of clr?
What are Code Blocks in Views?