5
shouts

Building a Dynamic LINQ to Entities Compiler (Part 2)

published 608 days, 23 hours, 3 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 609 days, 16 hours, 1 minute ago
Thursday, June 10, 2010 8:56:59 AM GMT Wednesday, June 09, 2010 3:58:50 PM GMT

In this article I will continue to explain how to build a dynamic LINQ to Entities compiler for any database provider that supports the Ado.net Entity Framework.  See part 1 of building a dynamic linq to entities compiler for background information. This part of the series will cover using the .Net CodeDom Compiler to dynamically execute LINQ queries against an EF model. We are working on a dynamic LINQ query mechanism for the next major release of VistaDB.  Our goal is to provide a dynamic LINQ executi...

category: SQL | clicked: 4 | | source: infinitecodex.com | show counter code
tags: Entity Framework, Linq, LinqPad, VistaDB