.NET Debugging Tips
Useful series of articles for helping diagnose runtime .NET issues around performance, threads, hangs and memory leaks.
Useful series of articles for helping diagnose runtime .NET issues around performance, threads, hangs and memory leaks.
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:
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