KiMoGiGi 技术文集

不在乎选择什么,而在乎坚持多久……

IT博客 首页 联系 聚合 管理
  185 Posts :: 14 Stories :: 48 Comments :: 0 Trackbacks

1、Asynchronous Method Invocation
How to use .NET to call methods in a non-blocking mode.
http://www.codeproject.com/csharp/AsyncMethodInvocation.asp
我的翻译:[2007-12-1]异步调用方法


2、.NET Delegates: A C# Bedtime Story
An exploratory story of delegates and events for C# programmers told in the style of a bedtime story.
http://www.codeproject.com/csharp/delegate_bedtime.asp

3、Dependency Injection for Loose Coupling

This article describes the use of Dependency Injection, or Inversion-of-Control, to promote loose coupling and convenient unit testing.
http://www.codeproject.com/cs/design/DependencyInjection.asp
我的翻译:[2007-11-26]使用依赖注入解耦

 

posted on 2007-11-20 00:55 KiMoGiGi 阅读(456) 评论(0)  编辑 收藏 引用 所属分类: ASP.NETC# / Winforms
只有注册用户登录后才能发表评论。