How to free the memory that is not used by an object in
garbage collection?
Answer Posted / avinash
Using "GC.Collect();" unused objects can be removed.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is conceptual model? : Entity framework
What are action filters?
What is entityset? : Entity framework
Is .net core faster than .net framework?
Mention two instances where routing is not implemented or required?
What is page life cycle?
what is way of loading data in ef (entity framework)?
What is the .net framework and how does it work?
What is representational state transfer (rest) mean?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are the advantages of razor view engine?
What is entity framework firstordefault?