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]使用依赖注入解耦