This project contains AzureBlobUtil class useful for uploading large files to Windows Azure Blob.

Some remarks include:
- PutBlock(), PutBlockList() methods of CloudBlockBlob class used
- 4 MB file chunks are used to upload
- The project was tested for 1 GB file upload
- Empty file upload also being tested.

The example application is included for upload/download reference