Azure Websites support .NET 4.5

Unless you’ve been living under a rock you’ll have heard about the Azure Websites that’s available from Microsoft. You can start by using a shared environment and then scale as traffic grows.

Scott Hanselman has confirmed that they now support ASP.NET 4.5, giving better performance for all websites hosted on it, even those deployed and build for .NET 4.0.

Vidyano also benefits from this as we make use of Entity Framework which got some really great performance improvements in .NET 4.5 (all query parsing is cached now).

More info: https://www.windowsazure.com/en-us/home/scenarios/web-sites/

Written and tagged in .NET 4.5 Vidyano Windows Azure Edit