I've been using Microsoft.Web.Optimization
package for some time via the Visual Studio 2012 trial. I was thinking that the Optimization Namespace would be part of .NET 4.5 as stated here.
However, I installed the new release of Visual Studio 2012 & .NET Framework 4.5, and now there's no System.Web.Optimization
namespace by default! I had to install the package through NuGet
Is the VS 2012 Ultimate release not yet complete? Or, is the Microsoft.Web.Optimization
namespace not in .NET 4.5?