.NET Delegates and Events

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…

Read my full article

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s