https://github.com/featureprobe/server-sdk-dotnet
FeatureProbe Server-Side SDK for .NET
https://github.com/featureprobe/server-sdk-dotnet
Last synced: 6 months ago
JSON representation
FeatureProbe Server-Side SDK for .NET
- Host: GitHub
- URL: https://github.com/featureprobe/server-sdk-dotnet
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2023-06-01T03:18:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T07:43:49.000Z (over 2 years ago)
- Last Synced: 2025-04-09T16:56:20.401Z (10 months ago)
- Language: C#
- Size: 34.2 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe Server Side SDK for .NET
[](https://github.com/FeatureProbe/server-sdk-dotnet/stargazers)
[](https://github.com/FeatureProbe/server-sdk-dotnet/blob/main/LICENSE)
FeatureProbe is an open source feature management service. This SDK is used to control features in .NET programs. This
SDK is designed primarily for use in multi-user systems such as web servers and applications.
## Basic Terms
Reading the short [Introduction](https://docs.featureprobe.io/reference/sdk-introduction) will help to understand the code blow more easily. [中文](https://docs.featureprobe.io/zh-CN/reference/sdk-introduction)
## How to Use This SDK
See [SDK Doc](https://docs.featureprobe.io/how-to/Server-Side%20SDKs/dotnet-sdk) for detail. [中文](https://docs.featureprobe.io/zh-CN/how-to/Server-Side%20SDKs/dotnet-sdk)
## Contributing
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.
Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.