lenmom

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 43 下一页

2018年4月28日 #

摘要: I have recently come across a comparison of fast JSON serializers in .NET, which shows that Jil JSON serializer is one of the fastest. Jil is created 阅读全文
posted @ 2018-04-28 10:14 老董 阅读(421) 评论(0) 推荐(0)

2018年4月21日 #

摘要: log4net Integration Module While there is no specific assembly for log4net support, you can easily inject log4net.ILog values using a very small custo 阅读全文
posted @ 2018-04-21 17:58 老董 阅读(459) 评论(0) 推荐(0)

摘要: While constructor parameter injection is the preferred method of passing values to a component being constructed, you can also use property or method 阅读全文
posted @ 2018-04-21 17:19 老董 阅读(190) 评论(0) 推荐(0)

2018年4月16日 #

摘要: https://www.cnblogs.com/dreling/p/6958829.html 阅读全文
posted @ 2018-04-16 20:24 老董 阅读(137) 评论(0) 推荐(0)

摘要: 原文地址:http://www.cnblogs.com/landeanfen/p/5337072.html 阅读全文
posted @ 2018-04-16 16:05 老董 阅读(168) 评论(0) 推荐(0)

摘要: 在WebAPI中,请求主体(HttpContent)只能被读取一次,不被缓存,只能向前读取的流。 举例子说明: 1. 请求地址:/?id=123&name=bob 服务端方法: void Action(int id, string name) // 所有参数都是简单类型,因而都将来自url 2. 请 阅读全文
posted @ 2018-04-16 15:58 老董 阅读(217) 评论(0) 推荐(0)

2018年4月13日 #

摘要: 最近事情比较多,有预研的,有目前正在研发的,都是很需要时间的工作,所以导致这周只写了两篇Orchard系列的文章,这边不能保证后期会很频繁的更新该系列,但我会写完这整个系列,包括后面会把正在研发的东西跟大家一起分享(架构、思想上的分享)。 今天我们来看一看Orchard中的Logging Compo 阅读全文
posted @ 2018-04-13 14:55 老董 阅读(244) 评论(0) 推荐(0)

2018年4月12日 #

摘要: https://www.cnblogs.com/landeanfen/p/5287064.html 阅读全文
posted @ 2018-04-12 19:32 老董 阅读(165) 评论(0) 推荐(0)

摘要: Web APi之认证(Authentication)及授权(Authorization)【一】(十二) http://www.cnblogs.com/CreateMyself/p/4856133.html Web APi之认证(Authentication)两种实现方式【二】(十三) https:/ 阅读全文
posted @ 2018-04-12 18:14 老董 阅读(413) 评论(0) 推荐(0)

摘要: 英语原文地址:http://www.asp.net/web-api/overview/security/authentication-and-authorization-in-aspnet-web-api 中文原文地址: https://www.cnblogs.com/youring2/archiv 阅读全文
posted @ 2018-04-12 16:56 老董 阅读(304) 评论(0) 推荐(0)

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 43 下一页