File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _entity-framework-faq:
2
+
3
+ ===
4
+ FAQ
5
+ ===
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
12
+
13
+ .. facet::
14
+ :name: genre
15
+ :values: reference
16
+
17
+ .. meta::
18
+ :keywords: questions, errors, problems
19
+
20
+ This page contains frequently asked questions and their corresponding answers.
21
+
22
+ .. tip::
23
+
24
+ If you can't find an answer to your problem on this page,
25
+ see the :ref:`entity-framework-issues-help` page for next steps and more
26
+ resources.
27
+
28
+ What is the Difference Between the {+csharp-driver-short+} and the {+provider-short+}?
29
+ -----------------------------------------------------------------------------------------
30
+
31
+ The :driver:`{+csharp-driver-long+} </csharp>` is a library that exposes MongoDB functionality
32
+ directly and includes a LINQ provider with projections, group
33
+ operations, and flexible mapping. The driver includes features such as the
34
+ following:
35
+
36
+ - Transactions
37
+ - Bulk operations
38
+ - LINQ queries
39
+ - Operations that directly modify the database
40
+ - Aggregation operations
41
+ - Custom mapping
42
+
43
+ The {+provider-long+} allows you to use Microsoft's {+framework-core+} with
44
+ MongoDB in your {+dotnet-csharp+} applications. The {+provider-short+} supports
45
+ change tracking, entity-based LINQ operations, and modeling familiar to
46
+ {+framework-core+} users. The provider includes features such as the following:
47
+
48
+ - Intelligent object tracking
49
+ - Entity-based LINQ operations
50
+ - Entity Framework modeling and mapping with the fluent API
51
+ - Automatic database updates through change tracking
Original file line number Diff line number Diff line change 9
9
/fundamentals
10
10
/limitations
11
11
/issues-and-help
12
+ /faq
12
13
API Documentation <{+api-root+}>
13
14
14
15
Introduction
You can’t perform that action at this time.
0 commit comments