Problem I’ve been improving some of my old sequence generators that worked with generics and lambdas in order to support […]

Problem I have this expression: public static readonly Expression<Func<ApplicationUser, decimal>> EfficiencyPercentExpr = e => (e.ExecutorOrders.Where(x => x.Added >= DbFunctions.AddDays(SqlFunctions.GetUtcDate(), -30)).Count(x […]

Problem The DebuggerDisplayAttribute is a very helpful feature. But creating those strings is an extremely tedious task. I wanted to […]