Skip to content

Commit 79fa6e1

Browse files
committed
...
1 parent 89a43db commit 79fa6e1

File tree

4 files changed

+203
-191
lines changed

4 files changed

+203
-191
lines changed

doc-net/ef-efcontextprovider-4x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from: "/doc-net/efcontextprovider.html"
66
# EFContextProvider
77

88
> **NOTE: This page is for Breeze running on .NET 4.x**<br>
9+
> [Go here for .NET 4.x version](/doc-net/ef-persistencemanager-core)
910
1011
Many application servers use an ASP.NET Web API controller to handle the client's HTTP requests. And they use the Entity Framework (EF) to model and access a SQL database. Breeze has an ***EFContextProvider** component to make controller interactions with EF a little easier. It's basically a wrapper around your application's *ObjectContext* or *DbContext* that mediates between the Breeze controller and EF. It takes care of a lot of routine plumbing.
1112

0 commit comments

Comments
 (0)