How to replace Microsoft.WindowsAzure.Storage with Microsoft.Azure.Storage.Blob
In my asp.net mvc application I am using Microsoft.WindowsAzure.Storage 8.0.1 for uploading/downloading blob to/from an azure cloud container. Now NuGet Package Manager informed me that Microsoft.WindowsAzure.Storage is deprecated and that I should use Microsoft.Azure.Storage.Blob. Questions: Into what problems could I run, when I keep on using Microsoft.Win