Feb 27, 2010 — Command Query Responsibility Segregation CQRS Architecture Video Distributed Applications — Udi Dahan describes the missing pattern which brings simplicity back to distributed systems architecture. Quite a informative video. The video is available hereCommand Query Responsibility SegregationView more presentations from Skills Matter. Read more
Jan 28, 2010 — Default Namespace and Attributes Namespace XML — This is what i learned todayDefault namespaces do not apply to attributes; therefore, to apply a namespace to an attribute the attribute must be explicitly qualified.Must remember this. Can be very helpful while debugging XML schema issues.Chandermani Read more
Jan 14, 2010 — Debugging databinding failures in WPF Databinding WPF — WPF has a great databinding support but when it does not work it can be hard to debug. Understanding of databinding model in WPF can go a long way in making data binding easy. Since working on WPF i myself... Read more
Jun 12, 2006 — JavaScript debugging through Visual Studio — Quite old but a gr8 post about how to debug javascript and VBScript files from Visual Studio. From VS 2005 there is a minor change with script files listed availabe through Debug ->Windows->Script Explorer while the debugger is attached to... Read more
Jan 2, 2006 — Death by Unhandled Exception — Scott Allen has blogged about Unhandled expections and there effect on .Net 2.0 threads. Must read for all Read more