Running .NET 4.5 on Azure
I have a project I am working on for the client that targets Azure. I wanted to move up to .NET 4.5 to take advantage on async/await keywords and other improvements. It is a an MVC 4 project. Of course in order to run .NET 4.5 on Azure, you have to update your project configuration. …