Skip to content

Commit 3b744e1

Browse files
Update README.md
1 parent 15458b6 commit 3b744e1

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
### Library Powered By
2+
3+
This library is powered by [Entity Framework Extensions](https://entityframework-extensions.net/?z=github&y=entityframework-plus)
4+
5+
<a href="https://entityframework-extensions.net/?z=github&y=entityframework-plus">
6+
<kbd>
7+
<img src="https://zzzprojects.github.io/images/logo/entityframework-extensions-pub.jpg" alt="Entity Framework Extensions" />
8+
</kbd>
9+
</a>
10+
11+
---
12+
113
# System.Linq.Dynamic.Core
214
This is a **.NET Core / Standard port** of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
315

4-
# Overview
16+
## Overview
517
With this library it's possible to write Dynamic LINQ queries (string based) on an `IQueryable`:
618
``` c#
719
var query = db.Customers
@@ -10,12 +22,12 @@ var query = db.Customers
1022
.Select("new(CompanyName as Name, Phone)");
1123
```
1224

13-
# How to use
25+
## How to use
1426
There are several documentation resources:
1527
- [Getting Started](https://dynamic-linq.net/overview) : a website to get started with basic and advanced usage.
1628
- [API Documentation][doc-api] : a low-level API description website with some code samples
1729

18-
# Info
30+
## Info
1931
| | |
2032
| --- | --- |
2133
| ***Project*** | &nbsp; |
@@ -31,16 +43,16 @@ There are several documentation resources:
3143
| &nbsp;&nbsp;**Microsoft.EntityFrameworkCore.DynamicLinq** | [![NuGet](https://buildstats.info/nuget/Microsoft.EntityFrameworkCore.DynamicLinq)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq) |
3244
| &nbsp;&nbsp;**Z.EntityFramework.Classic.DynamicLinq** | [![NuGet](https://buildstats.info/nuget/Z.EntityFramework.Classic.DynamicLinq)](https://www.nuget.org/packages/Z.EntityFramework.Classic.DynamicLinq) |
3345

34-
# Development Details
46+
## Development Details
3547

36-
## Frameworks
48+
### Frameworks
3749
The following frameworks are supported:
3850
- net35, net40, net45, net46 and up
3951
- netstandard1.3, netstandard2.0 and netstandard2.1
4052
- netcoreapp3.1 and net5.0
4153
- uap10.0
4254

43-
## Fork details
55+
### Fork details
4456
This fork takes the basic library to a new level. Contains XML Documentation and examples on how to use it. Also adds unit testing to help ensure that it works properly.
4557

4658
Some background:

0 commit comments

Comments
 (0)