Archive

Archive for November, 2009

.NET Debugging Tips

November 18, 2009 rajanpatel Leave a comment

Useful series of articles for helping diagnose runtime .NET issues around performance, threads, hangs and memory leaks.

.NET Debugging Demos Lab

Categories: Development Tags:

Dump the Stack Trace for a running Windows Process

November 9, 2009 rajanpatel Leave a comment

Ever wanted to dump the stack for all threads for a running Win32 process then follow this guide:

Getting Stack Traces of a Running .NET Process

This suggests using ntsd.exe – so to interpret results:

Categories: Development Tags:

I can’t keep up – UI in the brave new world – PRISM

November 4, 2009 rajanpatel Leave a comment

Ok I am getting information overload – looking into a new UI initiative and am coming across new terms  – that I need to jot these down:

PRISM – the new name for the CAL or CAG development:

http://compositewpf.codeplex.com/
http://msdn.microsoft.com/en-us/magazine/cc785479.aspx

Code project and channel 9 articles to build a light weight framework using PRISM:

CodeProject PRISM part1
CodeProject PRISM part2
Calcium
Channel 9 articles

If developing a plugin architecture how do you stop the rotten egg crashing your whole app? Use MAF or MEF and hee is a good summary of the problem

And if you want to use Winforms on PRISM.

Finally the WPF Disciples community

Categories: Development Tags: , ,