http://watirmelon.com/2011/02/18/c-sharp-atdd-on-a-shoestring/
Why can't I write to the Emulated Cloud Table Storage with the latest storage api?
It seems that microsoft have failed to keep the emulator in line with the storage account api.
I am trying to use the nuget package WindowsAzure.Storage.3.0.2.0
I have an attempt at creating a powershell script to query table storage.
It can be found on https://github.com/chriseyre2000/Powershell/tree/master/Azure
I plan on using the previous version windowsazure.storage 2.1.0.4 to see if that works against the emulator.
When working in Azure you need to keep up with versions before they are disabled, but if you go too far then it will hurt.
Azure Web Jobs
http://www.hanselman.com/blog/IntroducingWindowsAzureWebJobs.aspx
This is a simple technique for scaling up command line apps to cloud scale.
PowerShell Web Access
http://technet.microsoft.com/en-us/library/hh831611.aspx
This is a tool for creating a web site that allows powershell to be used from any browser.
You can restrict who calls what, and what can be called.
Surround With Visual Studio Shortcuts
Free Powershell Books
http://powershell.org/wp/?s=secrets+of+remoting
Largley these are git based files.
Useful Regular Azure Videos
Updates to the Azure Storage SDK
Here is a great article on this: http://channel9.msdn.com/Blogs/Subscribe/Whats-new-in-the-Service-Bus-NET-SDK-20/
Top and Tail in Powershell
Cool powershell trick:
“a,b,c” -split “,” | select -First 1 -Last 1
You can filter a list down to the first and last items in one line.
Constrained Thread Pools
How to: Create a Task Scheduler That Limits Concurrency