How does Garbage collector(GC) works in .net
Answer Posted / ponvanaraja
1.The .NET Framework's garbage collector manages the
allocation and release of memory for your application.
2. Each time you create an object, the runtime allocates
memory for the object from the managed heap.
3.The garbage collector must perform a collection in order
to free some memory. The garbage collector's optimizing
engine determines the best time to perform a collection,
based upon the allocations being made.
4.When the garbage collector performs a collection, it
checks for objects in the managed heap that are no longer
being used by the application and performs the necessary
operations to reclaim their memory.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Which method is used to force all the validation controls to run?
What is http request and response?
What is query string? What are its advantages and limitations?
Is asp.net mvc still used? : Asp.Net MVC
Explain how viewstate is being formed?
What is the difference between web config and machine config files?
Explain culture and uiculture values.
Describe the method to create a permanent cookie?
What are standard controls?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Less than one page, how many windows will you be able to maintain?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are the data controls available in asp.net?
How do you deploy your asp.net application?