Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Compact Framework | Performance   (RSS)
Sorry, but there are no more tags available to filter with.
I often get asked about the difference in performance characteristics between value types (C# struct) and reference types (C# class or Object). In the clr, a value type is located on the stack (in a local variable or argument) or within an object. .NET Read More...
Over the last year and half, I have created and presented a performance talk at PDC, MDC, and Tech Ed. It’s kind of daunting to get up there in front of 100+ peers, but I get through it with lots of preparation. Since I have already done the groundwork Read More...
In response to Daniel Moth’s comments regarding my post Instrumentation in the .NET Compact Framework … We have cleaned up the counters a little since Beta 1. See the current snapshot of the counters in mscoree.stat below. This is bound to change a little, Read More...
 
Page view tracker