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 |
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Explain Keep method in Tempdata in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How do you enforce garbage collection in .NET
What is session state management?
What you mean by routing in asp.net mvc?
what is view state
How to change the action name in mvc?
What is ViewData and TempData in ASP.Net MVC?
Where is tempdata stored?
Is dapper better than entity framework?
What is difference between shared and public