What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Answer Posted / 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 |
Post New Answer View All Answers
What is poco proxy? : Entity framework
What is entity client data provider? : Entity framework
Explain ASP.NET MVC Identity and Security?
How to use Jquery Plugins in ASP.Net MVC validation?
what is entity graph in entity framework?
Which is the default http method for an action method?
differences between poco, model first and data first approach?
Can a view be shared across multiple controllers? If yes, how we can do that?
Which version of .net framework is installed?
Explain the types of Scaffoldings.
How can I tell what .net framework is installed?
How does servicing work for the .net framework 3.0?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
Explain the tools used for unit testing in ASP.Net MVC