摘要: .NET 4.5(C#): 使用HttpClient来异步发送POST请求并解析GZIP回应 在新的C# 5.0和.NET 4.5环境下,微软为C#加入了async/await,同时还加入新的System.Net.Http.dll类库。这一切都大大简化了(甚至可以说是革命性得改变了)传统.NET H 阅读全文
posted @ 2016-09-02 10:14 鸿鹄_A 阅读(3719) 评论(0) 推荐(0) 编辑
摘要: Windows OS上安装运行Apache Kafka教程 Windows OS上安装运行Apache Kafka教程 下面是分步指南,教你如何在Windows OS上安装运行Apache Zookeeper和Apache Kafka。 简介 本文讲述了如何在Windows OS上配置并启动Apac 阅读全文
posted @ 2016-07-29 10:39 鸿鹄_A 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 通用辅助类 下面是我编写的一个辅助类,在这个类中采用了HttpWebRequest中发送GET/HTTP/HTTPS请求,因为有的时候需 要获取认证信息(如Cookie),所以返回的是HttpWebResponse对象,有了返回的HttpWebResponse实例,可以获取登录过程 中返回的会话信息 阅读全文
posted @ 2016-05-05 16:26 鸿鹄_A 阅读(945) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/dn170416.aspx 阅读全文
posted @ 2015-01-28 22:46 鸿鹄_A 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 链接:https://msdn.microsoft.com/zh-tw/library/dn743856.aspx 阅读全文
posted @ 2015-01-25 21:00 鸿鹄_A 阅读(109) 评论(0) 推荐(0) 编辑
摘要: In this tutorial we will go through of couple different ways of using custom constructor parameters when resolving an instance with Unity:By using the... 阅读全文
posted @ 2015-01-23 15:55 鸿鹄_A 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Question:Given a class with several constructors - how can I tell Resolve which constructor to use?Consider the following example class:public class F... 阅读全文
posted @ 2015-01-23 15:50 鸿鹄_A 阅读(131) 评论(0) 推荐(0) 编辑
摘要: When writing tests for your application it is often desirable to avoid hitting the database. Entity Framework allows you to achieve this by creating a... 阅读全文
posted @ 2015-01-21 17:52 鸿鹄_A 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 网址:http://www.olegsych.com/2007/12/text-template-transformation-toolkit/ 阅读全文
posted @ 2013-08-08 15:22 鸿鹄_A 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Performance Considerations for Entity Framework 5By David Obando, Eric Dettinger and othersPublished: April 20121. IntroductionObject-Relational Mapping frameworks are a convenient way to provide an abstraction for data access in an object-oriented application. For .NET applications, Microsoft's 阅读全文
posted @ 2013-08-01 18:25 鸿鹄_A 阅读(1157) 评论(0) 推荐(0) 编辑