Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 971 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 971 Bytes

nuget nuget

XLinq

  • ExTree converts MSIL to LINQ expressions, allowing any method to be converted to Expression Tree dynamically in runtime. The library exposes ExpressionTree.Parse(...) with several overloads, accepting a Func<>, Delegate and MethodInfo. Nuget: nuget
  • SQL.Net.EFCore implements Linq to SQL for EF Core. It allows you to use C# (or your .NET language of choice) to write strongly typed SQL queries. Interactive tutorial available at https://try.entitylinq.com/