Azure Blob Storage with ASP.NET MVC

How to work with Azure Blob Storage and ASP.NET MVC Blob Storage is a part of Microsoft Azure platform. We can use Azure Blob Storage to store our unstructured data in the cloud as objects. We can store files like text files, media files, documents etc. In this article we are discussing about how to…

Upload files in ASP.NET MVC

How to upload files in ASP.NET MVC In a previous article we already discussed about how to do a file download in ASP.NET MVC. Now lets see how to upload files with MVC. For this Im using an example of very simple user registration form with a profile picture upload. First I have added a…