The Windows Azure AppFabric team has posted a blog entry inlcuding links to new Windows Azure Caching videos and samples. Also, another link on how to get a trial account is included. Enjoy!
Similar Posts
Windows Azure Diagnostics Monitor
CodePlex project showing how to view and analyze basic Windows Azure Diagnostics information. Click here to open link…
PowerBuilder and Windows Azure by Jim O’Neil
Great post from Jim O'Neil on running PowerBuilder applications on Azure, as well as compatibility with SQL Azure, the Windows Azure AppFabric Service Bus, and Windows Azure Storage. Click here to open link…
Windows Azure Insider June 2013 – Architecting Multi-Tenant Applications in Windows Azure
One of the biggest challenges that companies face when migrating applications to Windows Azure is going from a single to a multi-tenant approach, which means that some of the compute and data resources are shared by their customers. We take a look at four different areas affected by this process: – Identity and security –…
Co-Marketing with Windows Azur…
Co-Marketing with Windows Azure | Windows Azure Platform: Take advantage of the new Marketing program to certify a… http://bit.ly/aVXsgm
MSDN Magazine article – Comparing Windows Azure queues and Service Bus queues
In my latest MSDN Magazine article, I compare Windows Azure queues Vs. Service Bus queues from a developers perspective, showing how to perform the most basic operations: create a queue, send and receive messages, send authentication credentials to both services. I hope that you find it useful. http://msdn.microsoft.com/en-us/magazine/jj159884.aspx
Windows Azure AppFabric Caching transactions and update modes
While talking to a startup company today, they asked me about the Windows Azure AppFabric Caching service, trying to replace a Redis self-managed deployment. The conversation steered specifically towards atomic transactions and update modes. I found a really good white paper from Scott Seely that talks about the two update patterns supported: optimistic and pessimistic….