pwelter34

Stories submitted by pwelter34

Optimize LINQ to SQL with PLINQO Futures(plinqo.com)

submitted by pwelter34pwelter34(179) 2 years, 4 months ago

PLINQO future queries are a way to defer query execution until it is needed. The difference between standard IQueryable deferred queries and future queries is that the future queries are batched up and executed in a single round trip to the database. read more...

add a comment |category: |Views: 305

tags: another

Does LINQ StinQ? Not with PLINQO!(kevinlawry.wordpress.com)

submitted by pwelter34pwelter34(179) 3 years, 3 months ago

PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. read more...

add a comment |category: |Views: 410

tags: another