Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjunathg88/dynamic-linq
Project contains some examples using Dynamic LINQ With System.Linq.Dynamic.Core Library
https://github.com/manjunathg88/dynamic-linq
dot-net-core dotnet-core dotnetcore dynamic-linq dynamic-linq-injection dynamic-linq-query entity-framework-core linq linq-expressions linq-to-entities system-linq-dynamic-core systemlinqdynamiccore
Last synced: 6 days ago
JSON representation
Project contains some examples using Dynamic LINQ With System.Linq.Dynamic.Core Library
- Host: GitHub
- URL: https://github.com/manjunathg88/dynamic-linq
- Owner: manjunathg88
- Created: 2024-01-12T13:44:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-18T18:09:52.000Z (12 months ago)
- Last Synced: 2024-11-09T20:08:18.909Z (2 months ago)
- Topics: dot-net-core, dotnet-core, dotnetcore, dynamic-linq, dynamic-linq-injection, dynamic-linq-query, entity-framework-core, linq, linq-expressions, linq-to-entities, system-linq-dynamic-core, systemlinqdynamiccore
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DynamicLinqSolution
Project contains some examples using Dynamic LINQ With System.Linq.Dynamic.Core Library1. Where condition on property under a sub object
2. Dynamically creating lambda expressions
3. Group sort
4. Selecting Data Using Dynamic LINQ