About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Most used tags
Tag Archives: azure
Azure Tables loadtest
Our Session data is saved in Azure Tables. It is identified with a GUID and grouped by Instruments. But we didn’t use PartitionKey or RowKey in our implementation. The PartitionKey hands the ability to logicaly group data. The RowKey identifies … Continue reading
Streaming azure
In the local development fabric streaming messages works. But in Azure I experience many the problems. The reply message was “the HTTP request includes a non-supported header” and the resultcode was 400 – bad request. I noticed that a small … Continue reading
Posted in Development
Tagged .NET, .NET 4.0, azure, Fiddler, Windows Azure, wireshark
Leave a comment