Skip to content

Commit

Permalink
SA feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmorisi committed Jan 31, 2025
1 parent 1ed1a34 commit ad015ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ Should I Use LINQ, Builder Classes, or BSON Documents When Querying for Document
If you're used to programming in {+language+}, consider using LINQ because of its similar feel
to programming in native {+language+}. If you have prior experience with other MongoDB drivers,
consider using builder classes because of their consistency with other drivers. BSON
documents offer the most flexibility and can be more easily translated to other programming
languages, but are less idiomatic to {+language+} and do not check for type errors at compile time.
documents offer the most flexibility and can translate more easily to other programming
languages, but are less idiomatic to {+language+} and do not check for type errors at
compile time.

We encourage experimenting with each approach to determine the most suitable mechanism
for your purposes. To learn more about visualizing LINQ and builder class queries, see the
Expand Down

0 comments on commit ad015ef

Please sign in to comment.