An Overview of the .NET Compact Framework Garbage Collector
Understanding garbage collection is important when tuning the performance of your .NET Compact Framework-based applications. Check out Steven Pratschner's post on the subject:
An Overview of the .Net Compact Framework Garbage Collector
"Developers frequently ask for more information about how the garbage collector works in the .NET Compact Framework. In this blog entry, I’ll address the questions we are most often asked about the collector. I’ll start by describing the overall model for collections in the .NET Compact Framework. I’ll then point out a few of the key differences between how collections are done in the .NET Compact Framework and the full .NET Framework. If you have questions I don’t answer, feel free to send me mail or comment on this entry and I’ll work to get them addressed in the future."
Comments
- Anonymous
August 11, 2004
Can you tell me how to go about finding a local .net developer for PDA software. I have been using a Local Programmer but I now need to find an alternative programmer.
Tom Naler
tom@tsidenver.com - Anonymous
August 11, 2004
Tom, you could try the following:
- ask on the .NET Compact Framework newsgroup: http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework.compactframework&mid=4b409d94-679d-4dad-a089-71fea0326b22
- check out your local .NET user group for skilled labour: http://www.ineta.org/DesktopDefault.aspx
- maybe someone that reads my blog will respond to you
- I believe OpenNETCF.org has a consulting service too: http://www.opennetcf.com/
HTH