Bill Blogs in C#

Bill Wagner discusses C#, LINQ, and other items of interest

New C# Corner article is live
ftponline: Building adapters for reuse

My 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.



Published Sunday, May 27, 2007 11:31 PM by wwagner
Filed under:

Comments

No Comments