An open API service indexing awesome lists of open source software.

https://github.com/zzzprojects/system.linq.dynamic

[Deprecated] This is the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
https://github.com/zzzprojects/system.linq.dynamic

efcore entity-framework-core

Last synced: 15 days ago
JSON representation

[Deprecated] This is the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Awesome Lists containing this project

README

          

## This package is deprecated (no longer maintained)

Use [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) instead

- Dynamic Linq: https://www.nuget.org/packages/System.Linq.Dynamic.Core
- Dynamic Linq (EF Core): https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq
- Dynamic Linq (EF 6): https://www.nuget.org/packages/EntityFramework.DynamicLinq
- GitHub: https://github.com/zzzprojects/System.Linq.Dynamic.Core

---

## Sponsors

ZZZ Projects owns as part of our [mission](https://zzzprojects.com/mission) to add value to the .NET community

Through [Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=zzzprojects&utm_medium=systemlinqdynamic) and [Dapper Plus](https://dapper-plus.net/?utm_source=zzzprojects&utm_medium=systemlinqdynamic), we actively sponsor and help key open-source libraries grow.

[![Entity Framework Extensions](https://raw.githubusercontent.com/zzzprojects/System.Linq.Dynamic/master/entity-framework-extensions-sponsor.png)](https://entityframework-extensions.net/bulk-insert?utm_source=zzzprojects&utm_medium=systemlinqdynamic)

[![Dapper Plus](https://raw.githubusercontent.com/zzzprojects/System.Linq.Dynamic/master/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert?utm_source=zzzprojects&utm_medium=systemlinqdynamic)

---

# What's System Linq Dynamic?

Using this Dynamic LINQ library, we can do the following:

- Dynamic string-based querying through LINQ providers.
- Dynamic parsing of strings to produce expression trees such as ParseLambda and Parse methods.
- Dynamic creation of Data Classes using the CreateType method.

## Useful links

- [Website](https://dynamic-linq.net/)
- [Knowledge Base](https://dynamic-linq.net/knowledge-base)
- [Online Examples](https://dynamic-linq.net/online-examples)
- [Archived Source Code](https://github.com/zzzprojects/System.Linq.Dynamic/tree/archived)
- You can also consult LINQ-Dynamic questions on
[Stack Overflow](https://stackoverflow.com/questions/tagged/dynamic-linq)

## Contribute

The best way to contribute is by **spreading the word** about the library:

- Blog it
- Comment it
- Star it
- Share it

A **HUGE THANKS** for your help.

## More Projects

- Projects:
- [EntityFramework Extensions](https://entityframework-extensions.net/)
- [Dapper Plus](https://dapper-plus.net/)
- [C# Eval Expression](https://eval-expression.net/)
- Learn Websites
- [Learn EF Core](https://www.learnentityframeworkcore.com/)
- [Learn Dapper](https://www.learndapper.com/)
- Online Tools:
- [.NET Fiddle](https://dotnetfiddle.net/)
- [SQL Fiddle](https://sqlfiddle.com/)
- [ZZZ Code AI](https://zzzcode.ai/)
- and much more!

To view all our free and paid projects, visit our website [ZZZ Projects](https://zzzprojects.com/).