Grigori Melnik
Senior Program Manager at Microsoft patterns & practices
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
A Journey into CQRS
5 days ago@Glenn and @redsquare
Thank you, guys, for the kind words. Happy to see such an interest in our journey.
Yes, we'll try to address the topics you've requested. Data migration is actuall the theme of our V2 pseudo-production release. We'll be reporting on that experience soon.
Windows Azure App Scaling to Need
May 15, 2012 at 8:59 PMThank you for watching. Here are several useful resources on Wasabi:
If you find Wasabi useful or if you have improvement suggestions, please send us feedback.
A Journey into CQRS
May 12, 2012 at 9:11 AMV1 post-production release has shipped:
See the backlog and track our progress on getting to V2 is here.
Episode 74 - Autoscaling and Endpoint Protection in Windows Azure
Apr 10, 2012 at 6:15 PMSince several people pinged me with the questions how to find the Tailspin Management console sample app I was using in the demo of Wasabi, here're some direct links:
Grab the self-extractable zip.
Also, follow the steps from the installation guide to get it running.
Episode 68 - Throttling in SQL Azure with Scott Klein
Apr 03, 2012 at 6:47 PMGreat episode, nice extreme tripling!
In addition to the MSDN reference documentation on the Transient Fault Handling Application Block, check out Chapters 6 and 7 of the Building Elastic and Resilient Cloud Applications guide from the patterns & practices, the team that built the block.
Autoscaling Windows Azure applications
Feb 03, 2012 at 2:01 PM@Mithya,
Sorry, I didn't get notifications about your questions and only saw them today.
1) Yes, in the final version this attribute is called "alias".
2) You need to make the management ceriticate available to the role hosting Wasabi. This means deploying it through the Windows Azure portal and adding it to the list of certificates for the role. Then you also have to specify that certificate's thumbprint for the subscription element in the services store.
3) You can have Wasabi autoscale itself (the block is prepared to deal with multiple instances of the autoscaler - we are using an execution lease), but that's not necessarily something that you would probably want to do. The technical reason is that it's better for an autoscaler to be running continuously in an instance. If you modify your app and decide to redeploy, the autoscaler will need to be interrupted and redeployed as well. Thus, it's better to run in its own role - an extra small worker or web role would do.
Keynote: Getting Started with Windows Azure
Dec 15, 2011 at 7:03 PMThe SDK for notifications and autoscaling ScottGu mentions at 00:40:35 is the Integration Pack for Windows Azure from the Microsoft patterns & practices team.
NuGet: Microsoft .NET Package Management for the Enterprise
May 20, 2011 at 12:35 PMNote, Microsoft Enterprise Library application blocks are now available via NuGet.
Enterprise Library for Silverlight - Validation demo
May 20, 2011 at 12:24 PMThe Validation Application Block is now available via NuGet:
http://nuget.org/List/Packages/EnterpriseLibrary.Validation
Enterprise Library for Silverlight - Cross-tier validation demo
May 20, 2011 at 12:23 PMThe Validation Application Block is now available via NuGet:
http://nuget.org/List/Packages/EnterpriseLibrary.Validation
See more comments…