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 meant of assembly & global assembly cache (gac) & Meta data
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is meant by bootstrap in mvc5?
Can we create the web service in windows application?
What is storage model? : Entity framework
how to create session in .net
What is the difference between ViewData, ViewBag and TempData?
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
If we write return statement in finally block will it works fine or throws any error?
please tell me the best book of asp.net in the markit. which explain in simple and detail.