代码之家  ›  专栏  ›  技术社区  ›  Jalpesh Vadgama

高性能ASP.NET MVC应用程序

  •  2
  • Jalpesh Vadgama  · 技术社区  · 16 年前

    开发高性能ASP.NET应用程序应该注意哪些方面。

    2 回复  |  直到 16 年前
        1
  •  3
  •   Andrea Balducci    16 年前

    检查 http://blog.whiletrue.com/2009/04/aspnet-mvc-performance/ http://codeclimber.net.nz/archive/2009/04/17/the-performances-implications-of-the-expression-tree-based-actionlink-helper.aspx . 我也在写一篇关于表演的博客。直到现在才意识到 simple bench tool 使用Apache工作台比较使用ASP.NET MVC和JQuery的客户端呈现和服务器呈现

        2
  •  3
  •   RSolberg    16 年前

    看看缓存机会。确保它不是“闲聊”。