Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
[Deprecated] This is the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
- Host: GitHub
- URL: https://github.com/zzzprojects/System.Linq.Dynamic
- Owner: zzzprojects
- Created: 2011-12-12T19:01:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T20:53:54.000Z (8 months ago)
- Last Synced: 2024-07-09T15:26:17.411Z (4 months ago)
- Topics: efcore, entity-framework-core
- Homepage: https://dynamic-linq.net/
- Size: 1.87 MB
- Stars: 423
- Watchers: 57
- Forks: 194
- Open Issues: 16
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
### Dynamic LINQ is Powered By
This library is powered by [Entity Framework Extensions](https://entityframework-extensions.net/?z=github&y=system-linq-dynamic)
## 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---
# 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/).