摘要: arguments.callee.caller 阅读全文
posted @ 2016-09-08 18:33 特洛伊-Micro 阅读(291) 评论(0) 推荐(0)
摘要: AsyncCTP.0.3.nupkg http://pan.baidu.com/s/1kVhPaYj Microsoft.IdentityModel.6.1.7600.16394 http://pan.baidu.com/s/1kVsEzT9 阅读全文
posted @ 2016-09-08 15:47 特洛伊-Micro 阅读(115) 评论(0) 推荐(0)
摘要: http://identitymodel.codeplex.com/ https://identityserver.github.io/ Windows Identity Foundation 6.1.7600.16394 Windows Identity Foundation enables .N 阅读全文
posted @ 2016-09-08 15:45 特洛伊-Micro 阅读(1651) 评论(1) 推荐(0)
摘要: 大家也看到了,很奇怪的是我们明明就请求了一个页面,页面中也没有其他的图片请求。为什么Application_BeginRequest会被执行了两次呢?!既然他请求,那我们看看他到底在请求什么就是了?在Application_BeginRequest代码中将”HttpContext.Current.R 阅读全文
posted @ 2016-09-08 15:37 特洛伊-Micro 阅读(829) 评论(0) 推荐(0)
摘要: 在工业生产设计中,我们往往需要实现一个基于消息订阅的模式,用来对非定时的的消息进行监听订阅。 这种设计模式在 总线设计模式中得到体现。微软以前的WCF中实现了服务总线 ServiceBus的设计模式。然并卵。WCF已经好像是上个世纪的产物................ 基于事件订阅的模式,比如 E 阅读全文
posted @ 2016-09-08 12:16 特洛伊-Micro 阅读(26755) 评论(0) 推荐(1)