随笔分类 -  Asp.net

Asp.net technical article
Web 轻量级压力测试 - ab
摘要:一、我们使用的轻量级的ab来做压力测试,如果不熟悉ab的可以点这里。1:压力测试工具选择重量级的工具有Visual Studio 自带的工具,还有Loader Runner(LR),轻量级的工具有Apache项目中的ApacheBench,简称ab。你可以在这里下载:ab.zip。解压ab.zip到... 阅读全文

posted @ 2015-03-11 06:40 feifeiyu7777 阅读(247) 评论(0) 推荐(0)

Asp.net Security API --- FluentSecurity
摘要:FluentSecurity is an class library to secure your Asp.net website一、Install二、Config into Global.asax private void SetPolicy() { // se... 阅读全文

posted @ 2014-08-26 10:26 feifeiyu7777 阅读(242) 评论(0) 推荐(0)

Pro ASP.NET MVC 4, 4th edition Reading note---Part(1) DI
摘要:What I learned from Pro ASP.NET MVC 4 bookOpen source of Asp.net MVChttp://www.opensource.org/licenses/ms-pl.html1. Introduce new trends of web develo... 阅读全文

posted @ 2014-08-25 11:14 feifeiyu7777 阅读(139) 评论(0) 推荐(0)

MVC UI controls plugin---(1) Asp.net Awesome - jquery ajax helpers
摘要:一,Awesome Jquery Ajax helpers1) Codeplex linkshttp://awesome.codeplex.com/2) Study linkshttp://aspnetawesome.com/learn/mvc/AjaxDropdown#Binding-to-par... 阅读全文

posted @ 2014-08-21 16:59 feifeiyu7777 阅读(245) 评论(0) 推荐(0)

导航