OK,
My question is pretty simple, I am developing an application to deploy on Azure but I don't want to have to pay for any Azure services while developing. There is the local compute and storage emulators, can you use Windows Server AppFabric as a stand in for the actual Azure AppFabric?
I want to be able to flip a switch that changes a release from dev to production and updates the pointers in the config files to the Azur开发者_高级运维e account versus the local dev account.
Any ideas?
Thanks,
Brent
You'll need to use Windows Azure AppFabric cache. There's no local equivalent. You can use Windows Server AppFabric Cache, but it's not exactly the same thing.
With an MSDN subscription, you'll have an included 128MB cache.
You can use the recently released Windows Azure Caching (Preview) to develop and test locally
Link : http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/
精彩评论