Thursday, August 19, 2010

Quick Bytes: Extension Methods

Extension methods allow you to add functionality to existing types by adding new methods -- no subtyping required. Here's a quick overview of how they work.

Get It Here
You can get the walkthrough (just a short 3-page one) and sample code here:
http://www.jeremybytes.com/Demos.aspx.

Direct Links:
PDF Walkthrough
Code Download

As always, feel free to let me know what you think: feedback@jeremybytes.com.

Happy Coding!

No comments:

Post a Comment