13
shouts

Extending your existing API or legacy data classes to support LINQ - Mehfuz's WebLog

published 282 days, 4 hours, 22 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 283 days, 10 hours, 49 minutes ago
Sunday, June 07, 2009 2:44:47 PM GMT Saturday, June 06, 2009 8:17:12 AM GMT

Saturday, June 06, 2009 3:10 PM mehfuzh Extending your existing API or legacy data classes to support LINQ

While developing LinqExtender, i have come across various scenarios that people don’t want to extent any query class or even implement any interface. Also, it is almost absurd when they have to add new extender specific attributes to their entity class. It is though not very important for people creating new provider with small codebase but with large...

category: Foundation | clicked: 54 | | source: weblogs.asp.net | show counter code
tags: C# 3.5, Linq, LinqExtender