开发者

ASP.NET MVC2 depends on which version of the .NET Framework?

开发者 https://www.devze.com 2023-01-09 16:30 出处:网络
ASP.NET MVC2 depends on which version of the .NE开发者_开发问答T Framework?You can target your MVC 2 project to .NET 3.5 SP1 or superior. However using .NET 4.0 grants you some functionality, for exam

ASP.NET MVC2 depends on which version of the .NE开发者_开发问答T Framework?


You can target your MVC 2 project to .NET 3.5 SP1 or superior. However using .NET 4.0 grants you some functionality, for example you can write <%: someString %> instead of <%= Html.Encode(someString) %>.


For completeness sake:

MVC 1:

System Requirements Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP .NET 3.5 SP1. Visual Studio 2008, Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 are required to use certain parts of this feature.

MVC 2 RTM:

System Requirements Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP .NET 3.5 SP1. Visual Studio 2008, Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 are required to use certain parts of this feature.

MVC 3 Preview 1:

Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista .NET 4, ASP.NET 4, Visual Studio 2010 or Visual Web Developer 2010 are required to use certain parts of this feature.


Jader, as far as i'm aware, v3.5.

jim


The final release of ASP.NET MVC 2 is for ASP.NET 3.5

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号