1
2
3
4
        public static Func<TDbTable, bool> GetWhereClauseForAll<TDbTable, TEntity>(
            this List<TEntity> objects,
            Func<TEntity, Func<TDbTable, bool>> comparison)
...

C# Generic Linq where clause O...

by Torbjørn, November 12, 2009 11:43, 1 refactoring, tagged with generics, LINQ, Extension

Suddenly found myself havin...

8bc7bb10bee96efb190053fe92ffd250 Talk
1
2
3
4
namespace Utilities
{
    using System;
...

C# StringExt.cs (String Extens...

by snafu918, August 06, 2008 16:46, 6 refactorings, tagged with C#, Extension, string, coldfusion

Ok take it easy on me, I ju...

95fd293467e8e89e44701d09eead51d4 Talk