If we want to construct our own Garbage collector what are
the steps things we have to do?
Answer Posted / suresh mediboyina
If we want to call the Garbage collector,use this command
system.gc.collect()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain lazy loading, eager loading, and explicit loading?
how can you enhance the performance of entity framework?
What is the difference between entity framework and mvc?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is .net core framework?
Describe the roles of clr in .net framework.?
What are Code Blocks in Views?
What is entity framework firstordefault?
What is the difference between ViewData, ViewBag and TempData?
What is Attribute Routing in ASP.Net MVC?
What is entity graph? : Entity framework
What is an asynchronous controller in asp.net mvc?
What is .net framework in simple terms?