Monthly Archives: February 2014

‘ParallelOperationThreadCount’ is larger than maximum of ’64’

The above exception occur when you upload a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property, it is automatically divided into blocks that are uploaded individually and assembled into the complete blob by the service. The … Continue reading

Posted in Azure | Tagged , , , , | Leave a comment

Generating Test Data In C#

Originally posted on Peter Mbanugo:
Often times you may want to create a set of data for which you would use for testing purposes, and no one would like to enter those data manually into the database, or create instances…

Posted in Uncategorized | 1 Comment