摘要:
https://msdn.microsoft.com/zh-cn/library/ms228963(v=vs.110).aspx 一、概念 An asynchronous operation that uses the IAsyncResult design pattern is implement 阅读全文
posted @ 2014-11-09 19:59
ChuckLu
阅读(455)
评论(0)
推荐(0)
摘要:
返回类型是接口的讨论http://bbs.csdn.net/topics/380209722publicstaticILista(){b=newList();returnb;}这里不是返回一个List,而是IList接口是什么意思呢?=================================... 阅读全文
posted @ 2014-11-09 18:51
ChuckLu
阅读(4594)
评论(0)
推荐(3)
摘要:
软件解耦 说起软件的解耦必然需要谈论耦合度,降低耦合度即可以理解为解耦,模块间有依赖关系必然存在耦合,理论上的绝对零耦合是做不到的,但可以通过一些现有的方法将耦合度降至最低。 做事情要想事半功倍,就要高处着眼,触摸到事情的脉络。当今流行着各种眼花缭乱的软件框架,不管是struts,还是spring, 阅读全文
posted @ 2014-11-09 17:11
ChuckLu
阅读(1451)
评论(0)
推荐(0)
摘要:
#region 程序集 mscorlib.dll, v4.0.0.0// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll#endregionusing Sy... 阅读全文
posted @ 2014-11-09 14:10
ChuckLu
阅读(286)
评论(0)
推荐(0)
摘要:
Asynchronous Programming PatternsThe .NET Framework provides three patterns for performing asynchronous operations:1.Asynchronous Programming Model (A... 阅读全文
posted @ 2014-11-09 14:09
ChuckLu
阅读(284)
评论(0)
推荐(0)