Many developers tend to use events and delegates “as is” without truly understanding the internal stuff – which, trust me, once understood, can help you do many cool stuff. When I first started .NET coding, I used to just double click the “Button” or “DataGrid” control, go to the code-behind, and write my code inside the event handler. Well, then a few years ago, I decided enough is enough, and I dug deep to really understand .NET events and delegates: This article is an attempt to share with you what I came up with…
.NET Delegates and Events
Leave a reply