featbit-sdks-dotnet
Installation
SKILL.md
FeatBit .NET Server SDK
When to Use This Skill
Use for server-side .NET applications — Console apps, Web API, Worker Services, and ASP.NET Core — that need real-time feature flag evaluation.
Why server-side SDK: establishes one persistent streaming connection, evaluates all flags locally, and returns results with near-zero latency on each call. Do not use for Blazor WebAssembly or MAUI — those require a client-side SDK.
Source
https://github.com/featbit/featbit-dotnet-sdk
Setup Workflow
Related skills