diff --git a/source/faq.txt b/source/faq.txt index c1e1be1f..ada5adfc 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -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