— 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
Author, mentor and above all a software craftsman, I'm Chandermani.
An expert on .Net stack and Angular aficionado, I have been building products/solution for the web for more than a decade. I work for Technovert, where we build some cool SaaS based products. Follow @Chandermani
Posts...
— 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
— 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
— 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
— 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