Can someone recommend a good tutorial on events in .NET (C#)
-
I have tried to follow a few, including some for here I believe, but I didn't find any explanations on the actual description of the logic of the implementation of the event, delegates and sender objects. Basically I'm looking for something that has both code and theory wrapped in an easy to digest package. :)
-
I have tried to follow a few, including some for here I believe, but I didn't find any explanations on the actual description of the logic of the implementation of the event, delegates and sender objects. Basically I'm looking for something that has both code and theory wrapped in an easy to digest package. :)
-
I have tried to follow a few, including some for here I believe, but I didn't find any explanations on the actual description of the logic of the implementation of the event, delegates and sender objects. Basically I'm looking for something that has both code and theory wrapped in an easy to digest package. :)
[ShamelessPlug]I've just updated one of mine here[^]. Most of the theory is gradually introduced in logical, practical steps throughout the article, but the real deep stuff/theory is exluded and left to the other articles you've probably already found.[/ShamelessPlug]
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
[ShamelessPlug]I've just updated one of mine here[^]. Most of the theory is gradually introduced in logical, practical steps throughout the article, but the real deep stuff/theory is exluded and left to the other articles you've probably already found.[/ShamelessPlug]
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)thanks Davey, your tutorial looks fairly accessible to a non-pro such as myself. I'll print it out fur further reading.
-
I have tried to follow a few, including some for here I believe, but I didn't find any explanations on the actual description of the logic of the implementation of the event, delegates and sender objects. Basically I'm looking for something that has both code and theory wrapped in an easy to digest package. :)
Here you are: C# Event Implementation Fundamentals, Best Practices and Conventions[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Here you are: C# Event Implementation Fundamentals, Best Practices and Conventions[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion