Realm .NET SDK
You can use Realm's .NET SDK to develop apps in C# .NET with several frameworks: .NET MAUI, Xamarin, Avalonia UI, UWP, Unity, and others.
Get Started with Realm .NET


Working Example App
Learn from example by dissecting a working Xamarin client app that uses Realm with Device Sync.

Guided Tutorial
Follow a guided tutorial to learn how to adapt the example app to create your own working Realm app.
Develop Apps with Realm
Recommended Reading


Integrate Realm with Unity
Find out how to integrate Realm with your Unity project.

Example Projects

Large File Storage
Store large files, such as images, on a remote server. Use Triggers and Functions to store the references. Leverage Realm's offline-first design to store large images, even when offline.

Analytics/Telemetrics Data
Take sensor readings, push data to Atlas, and display the results in Atlas Charts or a time series collection.

Realm with REST APIs
Use Realm for real-time operations together with REST APIs for server-side business logic - all with a single ViewModel.