Skip to content

Commit 68d67e4

Browse files
Update query-future.md
1 parent 9d17773 commit 68d67e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs2/pages/documentations/query-future.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Query Future
22

3+
> This feature is now available on [Entity Framework Classic - Query Future](http://entityframework-classic.net/query-future). Entity Framework Classic is a supported version from the latest EF6 code base. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
4+
35
## Introduction
46

57
Every time an immediate method like **ToList** or **FirstOrDefault** is invoked on a query, a database round trip is made to retrieve data. While most applications don't have performance issues with making multiple round trips, batching multiple queries into one can be critical for some heavy traffic applications for scalability. Major ORM like NHibernate had this feature for a long time but, unfortunately for Entity Framework users, batching queries is only available through third party libraries.

0 commit comments

Comments
 (0)