高性能的asp.net mvc应用程序

时间:2022-06-01 18:54:05

Which things i should take care to develop high performance asp.net application.

我应该注意哪些事情来开发高性能的asp.net应用程序。

2 个解决方案

#1


Check http://blog.whiletrue.com/2009/04/aspnet-mvc-performance/ and http://codeclimber.net.nz/archive/2009/04/17/the-performances-implications-of-the-expression-tree-based-actionlink-helper.aspx. I'm working too on a blog post about performances. Up to now just realized a simple bench tool using apache bench to compare client side rendering and server rendering using asp.net mvc and jQuery

查看http://blog.whiletrue.com/2009/04/aspnet-mvc-performance/和http://codeclimber.net.nz/archive/2009/04/17/the-performances-implications-of-the-表达式树为主,ActionLink的-helper.aspx。我也在关于表演的博客文章上工作。到目前为止,我们已经实现了一个简单的基准工具,使用apache bench来比较使用asp.net mvc和jQuery的客户端渲染和服务器渲染

#2


Look at caching opportunities. Make sure it isn't "chatty."

看看缓存机会。确保它不是“健谈”。

#1


Check http://blog.whiletrue.com/2009/04/aspnet-mvc-performance/ and http://codeclimber.net.nz/archive/2009/04/17/the-performances-implications-of-the-expression-tree-based-actionlink-helper.aspx. I'm working too on a blog post about performances. Up to now just realized a simple bench tool using apache bench to compare client side rendering and server rendering using asp.net mvc and jQuery

查看http://blog.whiletrue.com/2009/04/aspnet-mvc-performance/和http://codeclimber.net.nz/archive/2009/04/17/the-performances-implications-of-the-表达式树为主,ActionLink的-helper.aspx。我也在关于表演的博客文章上工作。到目前为止,我们已经实现了一个简单的基准工具,使用apache bench来比较使用asp.net mvc和jQuery的客户端渲染和服务器渲染

#2


Look at caching opportunities. Make sure it isn't "chatty."

看看缓存机会。确保它不是“健谈”。