Docs Menu
Docs Home
/ / /
C#/.NET

Specialized Data Formats

On this page

  • Overview

You can use several types of specialized data formats in your .NET/C# Driver application. To learn how to work with these data formats, see the following sections:

  • Learn how to work with BSON documents in the BSON Operations guide.

  • Learn how to translate BSON to Extended JSON in the Extended JSON guide.

  • Learn how to serialize custom types in the Custom Types guide.

  • Learn about globally unique identifiers (GUIDs) and how to maintain cross-language compatibility while working with them in the GUIDs guide.

Back

Aggregation

On this page