Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic LINQ API with .NET Framework 4

Is Dynamic LINQ API (released with the CSharpSamples), still the way to go, or is there a different / alternative approach with .NET 4 (and EF 4)?

like image 665
hazimdikenli Avatar asked Oct 05 '10 14:10

hazimdikenli


1 Answers

See my post here please for some generic options: Parsing a string C# LINQ expression.

Also EF 4 does have some built in string query parsing functionality added in...but it's completely specific to EF itself. See here for example: http://msdn.microsoft.com/en-us/library/bb338811.aspx

like image 68
Jeff Avatar answered Oct 04 '22 03:10

Jeff