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

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