Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ Entity Developer is a powerful O/RM designer for ADO.NET Entity Framework, NHibe

[Website](https://www.devart.com/entitydeveloper/)

### LINQKit

LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users. It comprises the following:

An extensible implementation of AsExpandable()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this a bulleted list? Or shorten?

A public expression visitor base class (ExpressionVisitor)
PredicateBuilder
Linq.Expr and Linq.Func shortcut methods

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add supported EF versions like everything else here..


[GitHub repository](https://github.com/scottksmith95/LINQKit) | [NuGet](https://www.nuget.org/packages/linqkit)

### DevMagic EF Core Sidekick

EF Core Sidekick is a Visual Studio extension that enhances the power of auto code generation in Visual Studio. It provides a set of tools and templates for generating EF Core entities and derived DbContext from existing database, and then generating services and REST APIs from the entities. For EF Core: 6-9.
Expand Down