Code Camp: NHDN Code Camp3, June 4, 2011 I organized speakers of this code camp. I also presented (evening session) about Azure Appfabric cache and attended 25-thinks about c#. You can download my presentation and sample code from http://cloudbyte.blob.core.windows.net/blog/CodeCampCacheDemo.zip
Author: Udai
Case-sensitive Azure BLOB Urls-Fix
Blob Urls are case sensitive. If you had ever stored file or image in a windows azure blob container then you need to access the url in exact case otherwise you will get blob NOT found error. To resolve this issue While writing blob always use lower case. While reading blob convert your url to […]