We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a32441 commit d2530cfCopy full SHA for d2530cf
README.md
@@ -22,10 +22,12 @@ var query = db.Customers
22
.Select("new(CompanyName as Name, Phone)");
23
```
24
25
-## How to use
26
-There are several documentation resources:
27
-- [Getting Started](https://dynamic-linq.net/overview) : a website to get started with basic and advanced usage.
28
-- [API Documentation][doc-api] : a low-level API description website with some code samples
+## Useful links
+
+- [Website](https://dynamic-linq.net/)
+- [Documentation](https://dynamic-linq.net/overview)
29
+- [Online examples](https://dynamic-linq.net/online-examples)
30
+- [nuget](https://www.nuget.org/packages/System.Linq.Dynamic.Core/)
31
32
## Info
33
| | |
0 commit comments