Install Realm - .NET SDK
On this page
Overview
MongoDB Realm's .NET SDK enables development of applications in C# for the .NET, UWP, Xamarin, and Unity ecosystems.
For more information about specific version support for .NET, UWP, and Xamarin, see Supported Platforms.
Note
Integrating the Realm .NET SDK with Unity has different prerequisites and install steps than the ones below. Learn how to Integrate Realm with Unity.
Prerequisites
Before getting started, ensure you have installed Visual Studio:
- Visual Studio 2015 Update 2 or later.
- Visual Studio for Mac 7.0 or later.
Installation
Follow these steps to add the MongoDB Realm .NET SDK to your project.
Import Realm
Add the following line to the top of your source files to use MongoDB Realm:
using Realms;