• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Linford Xu

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

随笔分类 -  ASP.Net

 
ASP.NET管线与应用程序生命周期
摘要:http://blog.csdn.net/bitfan/article/details/3013391 阅读全文
posted @ 2014-09-23 09:27 Linford Xu 阅读(177) 评论(0) 推荐(0)
ActionResult
摘要:ActionResult is an abstract class that can have several subtypes.ActionResult SubtypesViewResult- Renders a specifed view to the response streamPartia... 阅读全文
posted @ 2014-08-07 09:52 Linford Xu 阅读(138) 评论(0) 推荐(0)
ASP.Net 随笔知识点
摘要:ADO.Net Connection类,Command类,DataReader类ADO.NET 连接池SQL 注入式攻击, 使用参数化命令POST 注入式攻击事物: 存储过程事物,客户端(ADO.NET)引发的事物,COM+事物提供程序无关的代码(DBProviderFactories) 阅读全文
posted @ 2014-04-14 09:28 Linford Xu 阅读(96) 评论(0) 推荐(0)
应用程序池和应用程序域的区别(Difference between application pool and application domain)
摘要:来自StackOverFlow: http://stackoverflow.com/questions/8486335/difference-between-an-application-domain-and-an-application-pool/8487104#8487104IIS process is w3wp; Every application pool in IIS use it's own process; AppPool1 uses process 3784, AppPool2 uses process 5044 Different applications in As 阅读全文
posted @ 2014-02-27 15:53 Linford Xu 阅读(362) 评论(0) 推荐(0)