Skip to content
Open
Changes from all commits
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
13 changes: 13 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ 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()
- A public expression visitor base class (ExpressionVisitor)
- PredicateBuilder
- Linq.Expr and Linq.Func shortcut methods

For EF Core: 2-9.

[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