DCSIMG
December 2008 - Posts - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

December 2008 - Posts

My Developer Academy 3 Demos

Published at Dec 16 2008, 06:21 AM by pavely

Yesterday, at the Developer Academy 3, I delivered the talk entitled “Hardcore C#: Power and Flexibility”. I was very happy to find so many people in the talk. Thank you all for coming! I know it’s not easy hearing about iterators so early in the morning!

The demos will be published shortly on the Dveloper Academy 3 web site. The demos include more than was in the talk itself, on partial classes and methods, dynamic delegates and expression trees. At the initial stages of planning, I wanted all these to be in the talk, but I found out it was impossible in the 70 minute time frame allowed.

Enjoy!

 


Virtual Memory Map Viewer Update

Published at Dec 07 2008, 07:55 AM by pavely

Here’s an update to my Virtual Memory Map Viewer (for those interested). New features in this release:

1. Memory corresponding to thread stacks is indicated in the “Details” column in the view.

2. Memory mapped files are indicated in the “Details” column as well for mapped regions.

3. Status bar contains the following data for the selected process: Number of threads, total committed memory, private committed memory and working set (RAM currently consumed by process). These counters are updated every 3 seconds.

4. You can select rows in the view and get an indication in the status bar of the memory amount selected.

Note: if the status bar does not show the new items, open regedit, navigate to HKCU\Software\Hi-Tech College\MemMapView and delete that key or the “Workspace” subkey.

Feature suggestions (and bugs found…) are welcome.

Enjoy!