lenmom

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

2018年4月11日 #

摘要: 原文地址:http://www.cnblogs.com/fish-li/archive/2011/07/03/2096903.html#undefined Cookie虽然是个很简单的东西,但它又是WEB开发中一个很重要的客户端数据来源,而且它可以实现扩展性很好的会话状态, 所以我认为每个WEB开发 阅读全文
posted @ 2018-04-11 19:54 老董 阅读(703) 评论(0) 推荐(0)

摘要: A benefit of using ASP.NET Web API is that it can be consumed by any client with the capability of making HTTP calls and processing JSON data. The cli 阅读全文
posted @ 2018-04-11 19:07 老董 阅读(343) 评论(0) 推荐(0)

摘要: ASP.NET Web API, as we know now, is a framework that helps build Services over HTTP. Web API was introduced as a lightweight service framework keeping 阅读全文
posted @ 2018-04-11 19:03 老董 阅读(340) 评论(0) 推荐(0)

摘要: In a Web API application, I use Castle Windsor to supply services configured with PerWebRequest lifetime and everything works fine on IIS. However, wh 阅读全文
posted @ 2018-04-11 18:58 老董 阅读(235) 评论(0) 推荐(0)

摘要: 阅读目录 开始 无处不在的HttpContext HttpContext.Current到底保存在哪里? HttpContext并非无处不在! 如何获取文件绝对路径? 异步调用中如何访问HttpContext? 安全地使用HttpContext.Current 阅读目录 开始 无处不在的HttpCo 阅读全文
posted @ 2018-04-11 15:14 老董 阅读(952) 评论(0) 推荐(0)