Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Jan 28, 2019
1 parent 2c893ce commit 714e831
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,27 @@ EF Classic is a EF6 fork compatible with .NET Core. It's a limitless version tha
## Features

### Community (Free)
- [.NET Core Support](https://entityframework-classic.net/net-core)
- [Batch Delete](https://entityframework-classic.net/delete-from-query)
- [Batch Update](https://entityframework-classic.net/update-from-query)
- [LINQ Dynamic](https://entityframework-classic.net/linq-dynamic)
- [Query Future](https://entityframework-classic.net/query-future)
- [Also Include](https://entityframework-classic.net/also-include)
- [Then Include](https://entityframework-classic.net/then-include)
- [.NET Fiddle Support](https://entityframework-classic.net/net-fiddle)
- [Effort (In Memory)](https://entityframework-classic.net/provider-effort-inmemory)
- [SqlServer](https://entityframework-classic.net/provider-sql-server)
- [SqlServer Compact](https://entityframework-classic.net/provider-sqlserver-compact)
- Change Tracker
- [Audit](https://entityframework-classic.net/audit)
- [Soft Delete](https://entityframework-classic.net/soft-delete)
- Batch Query
- [Batch Delete](https://entityframework-classic.net/delete-from-query)
- [Batch Update](https://entityframework-classic.net/update-from-query)
- Include
- [Also Include](https://entityframework-classic.net/also-include)
- [Then Include](https://entityframework-classic.net/then-include)
- [Include Filter](https://entityframework-classic.net/query-include-filter)
- [Include Optimized](https://entityframework-classic.net/query-include-optimized)
- Query
- [LINQ Dynamic](https://entityframework-classic.net/linq-dynamic)
- [Query Cache](https://entityframework-classic.net/query-cache)
- [Query Deferred](https://entityframework-classic.net/query-deferred)
- [Query Filter](https://entityframework-classic.net/query-filter)
- [Query Future](https://entityframework-classic.net/query-future)
- [Query Result Filter](https://entityframework-classic.net/query-result-filter)
- Utilities
- [Attach & Attach Range](https://entityframework-classic.net/attach)
- [.NET Fiddle](https://entityframework-classic.net/net-fiddle)

### Enterprise
- [Batch SaveChanges](https://entityframework-classic.net/batch-save-changes)
Expand All @@ -36,16 +46,6 @@ EF Classic is a EF6 fork compatible with .NET Core. It's a limitless version tha
- [Bulk Synchronize](https://entityframework-classic.net/bulk-synchronize)
- [C# Eval Function](https://entityframework-classic.net/csharp-eval-function)

### Upcoming
- Audit
- Caching
- Global Filter
- GraphDiff
- Include Filter
- Include Optimized
- Instance Filter
- ProjectTo

## What will happen to your other prime & free libraries on Entity Framework?
Basically, nothing will change, we will keep supporting them all.

Expand Down

0 comments on commit 714e831

Please sign in to comment.