System.Web.Optimization 是 .Net Framework 4.5 的一部分吗? [英] Is System.Web.Optimization part of .Net Framework 4.5?

查看:18
本文介绍了System.Web.Optimization 是 .Net Framework 4.5 的一部分吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用 Microsoft.Web.Optimization 包有一段时间了通过 Visual Studio 2012 试用.我认为优化命名空间将成为 .NET 4.5 的一部分,因为 此处说明.

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.

但是,我安装了 Visual Studio 2012 & 的新版本..NET Framework 4.5,现在默认没有 System.Web.Optimization 命名空间!我必须通过 NuGet

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

VS 2012 Ultimate 版本还没有完成吗?或者,Microsoft.Web.Optimization 命名空间是否不在 .NET 4.5 中?

Is the VS 2012 Ultimate release not yet complete? Or, is the Microsoft.Web.Optimization namespace not in .NET 4.5?

推荐答案

Microsoft 在 VS2012 中采用了一种新策略,其中他们将更多新功能组件化为可以通过 nuget 下载的包.例如,Entity Framework、MVC4、WebApi、Web Optimization 等现在都是包而不是框架的一部分.

Microsoft is adopting a new strategy with VS2012 in which they are componentizing more of the new features as packages that can be downloaded via nuget. For example, Entity Framework, MVC4, WebApi, Web Optimization, etc.. are all now packages rather than part of the framework.

原因是这些系统现在可以很容易地与框架的其余部分进行周期外升级.因此,MVC5 无需等待 .NET 5 就可以轻松发布,Web Optimization v2 可以随时发布.

The reason is that these systems can now be easily upgraded out of cycle with the rest of the framework. Thus, MVC5 can be easily released without waiting for .NET 5, and Web Optimization v2 can be released whenever it might be ready.

这篇关于System.Web.Optimization 是 .Net Framework 4.5 的一部分吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆