I attend the WPC 2011 @ Los Angeles, July 10-14,2011. Presented Ektron in Azure @ Azure Theater ISV booth between 11.30 AM – 12.30 PM on July 11th. This demo includes the synchronizing data between on-premises and cloud both Data(SQL Server to SQL Azure) and Blob (Filesystem to Azure Blob store), AppFabric caching, using FileSystem […]
NH Code Camp 3 (Azure AppFabric Cache)
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
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 […]