zoukankan      html  css  js  c++  java
  • [转]ASP.NET MVC 3 Application Upgrader

    本文转自:http://aspnet.codeplex.com/releases/view/59008

    Recommended Download

    Application     ASP.NET MVC 3 Application Upgrader    
                application,            431K, uploaded             Apr 11, 2011             -            37377 downloads             

    Release Notes

    This standalone application upgrades ASP.NET MVC 2 applications to ASP.NET MVC 3. It works for both ASP.NET MVC 3 RC 2 and RTM. The tool only supports Visual Studio 2010 solutions and MVC 2 projects targeting .NET 4.
    It will not work with VS 2008 solutions, MVC 1 projects, or projects targeting .NET 3.5. Those projects will first have to be upgraded using Visual Studio 2010 and/or retargeted for .NET 4. The tool will:
    • Create a backup of your entire solution
    • Update all Web Applications and Test projects to reference System.Web.Mvc v3.0
    • Add references to System.Web.Helpers.dll and System.Web.WebPages.dll (new libraries required by MVC 3)
    • Upgrade web.config files to reference System.Web.Mvc v3.0 and add configuration and settings to support the new Razor view engine
    • Add or upgrade JavaScript files that ship with ASP.NET MVC 3 (jQuery 1.4.4, jQuery UI 1.8.7 jQuery Validation 1.7, Microsoft AJAX)
    • Add stylesheets and image assets to support jQuery UI
    More information is available on Marcin's blog.
    This tool is an updated version of what was previously released via Eilon's blog.
    Update on 4/11/2011: Added option to skip performing a backup
  • 相关阅读:
    Bootstrap 实战之响应式个人博客 (一)
    观察者(发布——订阅)模式
    迭代器模式
    代理模式
    策略模式
    单例模式
    CSS3 媒体记
    CSS3 动画记
    css3 过渡记
    CSS3 变形记
  • 原文地址:https://www.cnblogs.com/freeliver54/p/4334363.html
Copyright © 2011-2022 走看看