Channels
contributing
sdk-kotlin
sdk-react
sdk-javascript
sdk-java
request-features
sdk-php
sdk-python
sdk-golang
sdk-swift
sdk-c-sharp
random
sdk-ruby
ask-questions
give-feedback
announcements
sdk-flutter
Powered by
#ask-questions
Title
h
high-forest-57613
02/22/2022, 11:58 AM
How can we setup on C#/.NET Core? Will we send a HTTP request, before we know each variant to show?
f
fresh-football-47124
02/22/2022, 3:24 PM
Hi Philip, are you looking to A/B test on the back end or you want your A/B test to affect the http request?
h
high-forest-57613
02/23/2022, 7:39 AM
A/B test on the back end
1. User requests
www.justlearn.com
2. Middleware to check what AB test to show 3. User can see
www.justlearn.com
f
fresh-football-47124
02/23/2022, 7:41 AM
ya, there is an SDK for C#
one sec, let me find the link
h
high-forest-57613
02/23/2022, 7:51 AM
alright
f
fresh-football-47124
02/23/2022, 7:56 AM
I'm not too familiar with .net, but this was contributed by the community:
https://github.com/richerm/growthbook-dotnet
it may not support the feature flags
I haven't looked at the code
Post