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 GUID and why we need to use it and in what condition? How this is created
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....
What is poco proxy? : Entity framework
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain the use of Inversion of control (IOC)?
What is the use .Glimpse in ASP.Net MVC
what is eager loading?
What is the use .glimpse in mvc?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What is the difference between Finalize and Dispose (Garbage collection)
differences between poco, model first and data first approach?