Someone explain to me the meanings behind the naming conventions used in .net?

Posted by IbrarMumtaz on Stack Overflow See other posts from Stack Overflow or by IbrarMumtaz
Published on 2010-03-16T17:23:35Z Indexed on 2010/03/16 17:31 UTC
Read the original article Hit count: 290

Filed under:
|
|

I need someone to explain the following names;

  1. Asynchronous Delegates.
  2. Asynchronous methods.
  3. Asynchronous events.

I'm currently going over this for my 70-536 exam and I am covering all my bases so far. The threading chapter and online resources have been good to me on my second read through. Still though, the names used above mean absolutely nothing to me? I would really appreciate the meaning behind the word 'Asynchronous' and its relevance to Delegates, methods and events.

Feel free to go into as much detail as you like.

Thanks, Ibrar

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET