October 2008 - Posts

20
Comments

from el in world.ExtensionMethodsLibraries group el by el.Method into g select g; by FransBouma

Everyone who's doing .NET 3.5 development these days will likely run into the same problem I ran into this morning: your set of extension methods grows beyond the level of a single file and you need to group them into separate sets of files or worse:...
More Posts