Grigori Melnik
Niner since 2008
-
Autoscaling Windows Azure applications
Avg Rating: 5
(2)The ability to rapidly scale your application in response to changes in demand is one of the key benefits that Windows Azure delivers when you host your applications in the cloud.
If you rely on manual interventions to scale your application, you may not always achieve the optimal balance betw...
-
Enterprise Library for Silverlight - Exception handling demo
Avg Rating: 0
The Exception Handling Application Block (EHAB) helps developers create a consistent strategy for processing exceptions. Now it can be used in Silverlight applications.
The centralized exception management functionality is configured as a set of poicies that can be defined in an external c...
-
Enterprise Library for Silverlight - Data Caching demo
Avg Rating: 0
In this screencast Grigori and Erwin demo the Caching Application Block for Silverlight. We discuss proactive and reactive data caching strategies and demo implementations of the persistent cache (to isolated storage) and in-memory cache we are building in the upcoming release.
Pre-requisites:
-
Enterprise Library for Silverlight - Logging demo
Avg Rating: 0
First screencast on Silverlight logging with Enterprise Library.
Pre-requisites:
- Silverlight SDK
- Unity for Silverlight 2.0 (included)
- Enterprise Library Silverlight Integration Pack - code drop 3
Take a look. Play with the demo. Tell us what you think.
Source code is posted here.
See also: Other demos,&...
-
Enterprise Library for Silverlight - Interception demo
Avg Rating: 0
Interception has been available as a Unity container extension for a while. However, it was not available on Silverlight. Until now.
In this demo, we discuss interception as a code modularization technique for dealing with cross-cutting concerns. We contrast 2 types of interception -...
-
Enterprise Library for Silverlight - Cross-tier validation demo
Avg Rating: 0
This is the second screencast in the series showcasing the Enterprise Library Silverlight Integration Pack. This time we are discussing cross-tier validation.
Source code is posted here.
Pre-requisites:
- Silverlight SDK
- Blend SDK
- Unity for Silverlight 2.0 (included)
- Enterprise Library Silverlight In...
-
Enterprise Library for Silverlight - Validation demo
Avg Rating: 0
This is a demo of the basic validation scenarios using Enterprise Library 5.0 Silverlight Integration Pack, including:
- Validation using attributes
- Injecting validation rules based on configuration
- Cross-field validation via self-validation
- Support for implementing IDataErrorInfo
Source c...
Staff
Here is a list of Channel 9 staff members.
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
Enterprise Library for Silverlight - Interception demo
May 20, 2011 at 12:22 PMUnity Interception and Policy Injection Application Block are now available via NuGet:
Enterprise Library for Silverlight - Data Caching demo
May 20, 2011 at 12:21 PMThe Caching Application Block is now available via NuGet:
http://nuget.org/List/Packages/EnterpriseLibrary.Caching
Enterprise Library for Silverlight - Logging demo
May 20, 2011 at 12:20 PMThe Logging Application Block is now available via NuGet:
http://nuget.org/List/Packages/EnterpriseLibrary.Logging
Enterprise Library for Silverlight - Logging demo
Apr 06, 2011 at 10:24 AM@Ganesh: do you mean using MEF to resolve LogWriter?
Yes, this is possible, however, not supported out of the box. In order to make this happen you will have to write a MEFConfigurator. See this post for more information.
Behind The Curtain - Episode #4
Sep 05, 2010 at 2:07 PMLinks to useful resources mentioned in this webcast:
See more comments…