6

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)?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
hazimdikenli
  • 5,709
  • 8
  • 37
  • 67

1 Answers1

1

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

Community
  • 1
  • 1
Jeff
  • 35,755
  • 15
  • 108
  • 220