New C# Corner article is live
ftponline: Building adapters for reuseMy May column for Visual Studio Magazine is live.
Here's the intro:
You can save space and even time by compressing your persistent data store. The interesting trick is to provide this functionality by adapting your current algorithms, rather than completely replacing them.
This article shows you how to build algorithms that make use of anonymous delegates to build libraries that clients can customize by passing code as parameters. Anonymous delegates provide a smple way to pass code to the methods in your library. It's a useful arrow to have in your quiver.