Skip to content

Commit e607e2c

Browse files
DOCSP-39419 Compare EF and Csharp driver (#25)
1 parent 9d16870 commit e607e2c

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

source/faq.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/fundamentals
1010
/limitations
1111
/issues-and-help
12+
/faq
1213
API Documentation <{+api-root+}>
1314

1415
Introduction

0 commit comments

Comments
 (0)