Mladen Prajdić Blog

Blog about stuff and things and stuff. Mostly about SQL server and .Net

Sorter class v2 - A generic comparer/sorter class

In my previous post i showed how a generic comparer class in .net C# 2.0 can be made with the use of reflection.

This is the version 2. Faster, preetier, better. :))

It uses IL code generation in runtime with the use of a new .Net 2.0 class DynamicMethod.

More here.

Legacy Comments


Brett
2006-07-05
re: Sorter class v2 - A generic comparer/sorter class
Yes, but is it more clever than eye-gor?

Mladen
2006-07-05
re: Sorter class v2 - A generic comparer/sorter class
Cleverer :))