when garbage collector come into picture. ?
Answers were Sorted based on User's Feedback
Answer / manjunath
Garbage collector will be called at the time of huge memory
requirements by the .net framework unless it can be done by
finalize method on dispose object or iddisposable interface.
It can be forced by calling System.GC.Collect;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manikanta.srinu
1).The system has low physical memory.
2.The GC.Collect method is called. In almost all cases, you
do not have to call this method, because the garbage
collector runs continuously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Explain pipelining? : .NET Architecture
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
What is the difference between l1 and l2 cache? : Dot net architecture
What is a virtual memory? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
What is new in the .net 2.0 class library?
How to improve the cache performance? : .NET Architecture
Define an interrupt? : Dot net architecture
Why the config file might not be writable