can we call the garbage collector to run explicicitly?
Answer Posted / rakesh
not required to create object
we can call directly
System.GC.Collect();
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is MVVM design pattern?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is meant by domain model?
How can you return string result from Action in ASP.Net MVC?
What is .net framework used for?
What is the full form of sp?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What are ajax helpers in asp.net mvc?
what is eager loading?
What is an asynchronous controller in asp.net mvc?
Which are the important namespaces used in mvc?
What is code first? : Entity framework
what is lazy loading in entity framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Can you use Razor code in Javascript in ASP.Net MVC?