Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

System.Linq.Dynamic.Core is more up to date and has more functionality and does also support NET Core / NETStandard (besides net35, net40 and net45 and up)

SelectMany is indeed supported.

For more information see the github page and browse the examples, unit-tests and help page.

Note: I'm the maintainer from this project.

Could I ask If there are some video tutorials or books about how to write the dynamic linq , I face a lot of troubles to understand the documentation :( Anyname Donotcare May 2, 2019 at 13:25

System.Linq.Dynamic is the Microsoft assembly for the .Net 4.0 Dynamic language functionality. System.Linq.Dynamic.Core is a .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality

Looking at the issue list for System.Linq.Dynamic it's clear that it is not currently being maintained/updated. System.Linq.Dynamic.Core is a fork that is being actively developed (it works with standard .NET as well as .NET Core) isedwards Jan 29, 2018 at 20:04

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .