Visual Studio Error On Publish : The target “GatherAllFilesToPublish” does not exist in the project

How to fix The target “GatherAllFilesToPublish” does not exist in the project error When we upgrade the visual studio and try to publish a project which created from an old visual studio version, we get an error something like “The target “GatherAllFilesToPublish” does not exist in the project”. The reason seems to be the project files…

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…