Delegates vs. Interfaces in .NET

When you write .NET code that takes callback parameters, your first instinct may be to use delegates, but it may not occur to you that you can use an interface instead. Learn why and when an interface may be a better answer.

13 Comments

  1. 2004-10-19 2:27 am
  2. 2004-10-19 2:29 am
  3. 2004-10-19 10:56 am
  4. 2004-10-19 11:10 am
  5. 2004-10-19 11:20 am
  6. 2004-10-19 12:17 pm
  7. 2004-10-19 1:42 pm
  8. 2004-10-19 2:19 pm
  9. 2004-10-19 2:32 pm
  10. 2004-10-19 2:43 pm
  11. 2004-10-19 3:26 pm
  12. 2004-10-19 3:46 pm
  13. 2004-10-19 9:33 pm