Skip to content

Commit c367cf0

Browse files
authored
Update README.md
1 parent c52c1d5 commit c367cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# XLinq
55
- ExTree converts MSIL to LINQ expressions, allowing any method to be converted to [Expression Tree](https://learn.microsoft.com/en-us/dotnet/api/system.linq.expressions) **dynamically in runtime**. The library exposes `ExpressionTree.Parse(...)` with several overloads, accepting a `Func<>`, `Delegate` and `MethodInfo`. Nuget: <sub>[![nuget](https://img.shields.io/nuget/vpre/Streamx.Linq.ExTree?label=ExTree)](https://www.nuget.org/packages/Streamx.Linq.ExTree)</sub>
6-
- 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 queries. Interactive tutorial available at https://try.entitylinq.com/
6+
- 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/

0 commit comments

Comments
 (0)