Aug 6, 2013 — AngularJS Model - ViewModel javascript angularjs angular — Recently Robin Ward did a comparison between AngularJS and Ember (both the post and the comments are interesting read). One of the complaint that Robin had that AngularJS does not provide any specialized model class. As described in the blogThere... Read more
May 3, 2013 — IIS Url Rewrite and HTTP POST data url rewrite IIS — If you play around with IIS Url Rewriting rules and try to do redirects on an HTTP POST you loose your POST data.To make sure you get the post data you have to set the `redirectType` to `Temporary` within your... Read more
May 2, 2013 — Remote login on Azure Roles Azure Debugging Remote Login deployment — In case you do not follow this guy :), there has been one significant change to Azure which would make developers life much easier while debugging and testing an azure deployment.You can now enable remote login into azure deployment without... Read more
Jan 18, 2013 — Logging .Net Exception Details with Complete Stack .Net Exception — I learned today that in .Net doing a ex.ToString() would log the complete exception details including any inner exception details. The important thing here is that it would do this recursively so if there is an InnerException it would call... Read more
Jan 10, 2013 — Google Driven Development GDD Developer Google;Software Development;GDD — In this era of TDD, BDD, DDD and all other *DDs, we have a breed of developers doing Google Driven Development (GDD). Sounds interesting, indeed it is :).Here is how to identify a GDD guyThis person does not believe in... Read more