Dec 13, 2010 — Curious case of PDF file not being included as part of deployment Build Action ASP.Net Build PDF — I included a PDF file as a part of web project and hyperlinked it in a page. This web application was part of Azure deployment. When I tried to test this in the dev fabric to my surprise i was... Read more
Nov 29, 2010 — Integrate ELMAH with WCF and Azure Azure ELMAH WCF Integration — I recently integrated ELMAH (Error Logging Modules and Handlers) with our Azure application. ELMAH is an excellent error logging and reporting libary available for ASP.Net. We used ELMAH for logging all unhandled service exceptions in WCF and ASP.Net. While there... Read more
Nov 29, 2010 — What i learned today. MVC Exception REST ASP.Net Silverlight — Working with ASP.Net and SilverLight in my current project i learned two important things todaySL will always show generic NotFound exception for a remote call failures irrespective of what was returned from server. This limitation roots in the browser which... Read more
Aug 2, 2010 — Encoding\Escaping special characters in Silverlight Escape Silverlight Encode HttpUtility XML — I spend almost half an hour to find how to do encoding\escaping special characters in SL. Started with SecurityElement to HttpUtility etc but none were available in SL. Well as it is with google, if you ask correctly you would... Read more
Jul 28, 2010 — PartitionKey Used in Windows Azure Diagnostics Trace Listener — In case you are wondering what partition key does Azure Diagnostics Trace Listeners add to Azure tables. It is combination of 0 + Current DateTime TicksHope this helps you querying the Azure Storage for diagnostics data.Do check this awesome link... Read more