Azure Table Lover
Thursday, September 13, 2012
Awesome Azure Diagnostics!
›
Just started working on diagnostics in azure and I can't help expressing my happiness about the features it provides. 1) Errors and ...
Tuesday, September 11, 2012
Edit Azure config files in emulator
›
The deployment ID of Windows Azure can be see this by checking the development fabric UI from the system tray while the service is running....
Unit testing Azure components
›
You could run the emulator on [Assembly Initialise] of the test project. ProcessStartInfo start = new ProcessStartInfo { ...
Monday, September 3, 2012
ErrorCode < ERRCA0021>:SubStatus < ES0001>:Server collection cannot be empty
›
ErrorCode<ERRCA0021>:SubStatus<ES0001>:Server collection cannot be empty This could be caused by incorrect configuration. I w...
Thursday, August 30, 2012
Azure version conflict sucks!
›
Yes Azure version conflict is a pain in the neck and the OS does its part as well! Ridiculous version numbering system!! There is a name fo...
Thursday, August 23, 2012
Testing Transient errors in Azure
›
It is a bit difficult to generate a genuine throttling exception for testing purposes. But we can easily create fakes. Create a mock clas...
Monday, August 20, 2012
TableStorageEntity vs TableServiceEntity
›
In the early days of Azure, a table entity was represented by the base class TableStorageEntity. This has been changed to TableServiceEntit...
›
Home
View web version