linq2db / linq2db.EntityFrameworkCore

Bring power of Linq To DB to Entity Framework Core projects
MIT License
462 stars 38 forks source link

Add to EFCore Extensions page #48

Closed Arithmomaniac closed 4 years ago

Arithmomaniac commented 4 years ago

You can edit the page and make a PR. Great way to promote, and in particular, to highlight the unique features. https://docs.microsoft.com/en-us/ef/core/extensions/

sdanyliv commented 4 years ago

Added Unique features section. Not too much?

Arithmomaniac commented 4 years ago

Looks like most of them are shorter. Maybe like:

Alternative translator of LINQ queries to tracking-free SQL expressions.

Includes support for advanced SQL features such as CTEs, bulk copy, table hints, windowed functions, temporary tables, and database-side create/update/delete operations.

Also, as noted in your issue, you need to edit and submit as PR.

sdanyliv commented 4 years ago

Will do that, thanks for short description.

sdanyliv commented 4 years ago

PR Submitted