Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Steven Pratschner's .Net CF WebLog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Custominzing the CLR book
Diagnostics
GC
Interop
NetCF General
Versioning
Archives
May 2008 (2)
April 2008 (1)
March 2008 (1)
February 2008 (1)
December 2007 (1)
November 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (1)
March 2007 (2)
January 2007 (1)
December 2006 (1)
October 2006 (1)
April 2006 (1)
March 2006 (1)
February 2006 (1)
December 2005 (3)
November 2005 (1)
June 2005 (2)
February 2005 (1)
January 2005 (1)
December 2004 (1)
August 2004 (1)
July 2004 (1)
June 2004 (1)
.Net Compact Framework
David Kline
.Net CF Team (old blog)
Scott Holden
Mark Prentice
Andrew Arnott
Mobile Developer Team Blog
.Net Interoperability Resources
PInvoke.net
Adam Nathan's Interop Blog
Other .NET Resources
Customizing the CLR Book
Other Mobile Development Resources
Open NetCF
CE Base OS Team blog
Browse by Tags
All Tags
»
GC
(RSS)
Diagnostics
Friday, March 23, 2007 10:32 AM
Using the .NetCF Remote Performance Monitor to find memory leaks: A real world example
A few weeks ago I posted an entry describing how to use the .Net Compact Framework Remote Performance Monitor to find managed memory leaks . The other day I ran across a post from Rabi Satter describing how he used to tool to solve a critical leak for
Posted by
stevenpr
|
0 Comments
Filed under:
GC
,
Diagnostics
Tuesday, January 02, 2007 3:51 PM
Using the .Net Compact Framework Remote Performance Monitor to Optimize your application's memory usage
The November issue of .Net Developers Journal includes a new article on using the Remote Performance Montior . In the article I describe how to interpret the various memory-related counters to optimize how your Compact Framework application uses memory
Posted by
stevenpr
|
1 Comments
Filed under:
GC
,
Diagnostics
Wednesday, February 08, 2006 5:23 PM
.Net Compact Framework GC article in .Net Developers Journal
I recently wrote an article for . Net Developers Journal on how operations like boxing and string manipulations can affect the performance of the Compact Framework's garbage collector. Credit for the ideas and samples in the article go to Roman Batoukov
Posted by
stevenpr
|
0 Comments
Filed under:
GC
Wednesday, December 14, 2005 3:31 PM
The Design of the .Net Compact Framework CLR, Part III: GC Heap Management
Here's Part III of the series on the design of the .Net Compact Framework CLR. Previous posts in this series provided an overview of how the CLR manages memory and described the basic design tenants of the JIT compilers: Part I, Overview and Background
Posted by
stevenpr
|
5 Comments
Filed under:
GC
Monday, July 26, 2004 11:18 AM
An Overview of the .Net Compact Framework Garbage Collector
Developers frequently ask for more information about how the garbage collector works in the Compact Framework. In this blog entry, I’ll address the questions we are most often asked about the collector. I’ll start by describing
Posted by
stevenpr
|
24 Comments
Filed under:
GC