Skip to main content

DevCycle .NET / C# SDK

The DevCycle .NET / C# SDK has two operation modes; Cloud Bucketing - which interfaces with the DevCycle Bucketing API, and Local Bucketing - which performs bucketing locally.

Recommendation: Local Bucketing for the .NET SDK

We recommend using the Local Bucketing mode by default, as it performs fast local evaluations of your feature flags. If you need access to EdgeDB you will need to use the Cloud Bucketing mode of the SDK. See Here for more information.

The SDK is available as a package on Nuget. It is also open source and can be viewed on Github.

Nuget Cloud Nuget Local GitHub