Momento .NET SDK
Welcome to the Momento .NET SDK documentation!
The Momento .NET SDK is available via the nuget package Momento.Sdk
.
The source code can be found on github: momentohq/client-sdk-dotnet.
Requirements
dotnet
runtime and command line tools; after installing them, you should have thedotnet
command on your PATH.- A Momento Auth Token is required; you can get one from the Momento Web Console.
- You will most likely want an IDE that supports .NET development, such as Microsoft Visual Studio, JetBrains Rider, or Microsoft Visual Studio Code.
Resources
- COMING SOON: .NET SDK Cheat Sheet
- .NET SDK Examples: working example projects that illustrate how to use the .NET SDK
- COMING SOON: Observability: Logging and Client-side Metrics with the .NET SDK
- COMING SOON: Taking your code to prod: Configuration and Error handling in the .NET SDK
Integrations
- Microsoft.Extensions.Caching - a drop-in replacement that allows you to use Momento Cache with your existing
Microsoft.Extensions.Caching
code!