Archive for December, 2009
New AppFabric Web Seminars
Posted by bill in Microsoft, Windows Azure on December 14, 2009
This morning we posted four new videos as part of the “Everything You Need to Know About Azure as a Developer” series. These focus on the Windows Azure platform AppFabric:
Source code for the “AppFabric Fundamentals” session can be downloaded here. The source code I used in the Service Bus and ACS sessions is from the AppFabric SDK, which you can get here.
Cheers!
Azure Virtual Lab Changes
Posted by bill in Microsoft, Uncategorized, Windows Azure on December 9, 2009
In case you hadn’t noticed, the Storage Client sample in the SDK is no longer a sample – as of the November CTP it has become part of the core Azure runtime classes. This is good news for those of us who like having built-in, easy-to-use, managed wrapper around all the REST-based storage API calls. Unfortunately, the namespace and API changes mean that lots of sample code out there is now broken… But hey, that’s why it’s a CTP, right?
At any rate, the changes mean that the Azure Virtual Lab at msdev.com no longer works as is. I’ll be working on updated content that reflects the latest changes, but in the meantime you should be able to proceed with the help of the following file (luckily, I encapsulated all storage client code into a single class, so this should be a relatively easy fix.)
UPDATED: The Windows Azure Virtual Lab has now been updated to reflect the November API changes – you can check it out here.