Technical requirements
This chapter contains code samples showing how to set up and configure the User
object. The examples won't show a fully working application; instead, they will show how to work with the User
object. If you want to implement these samples, you can try them out using the example application from Chapter 3, Basics of LaunchDarkly and Feature Management.
The code samples will be written in C# and will make use of the .NET LaunchDarkly SDK. This is the same setup that was used in the examples from Chapter 3, Basics of LaunchDarkly and Feature Management. The code samples will differ for different platforms and SDKs, so you will need to refer to the LaunchDarkly user configuration docs (https://docs.launchdarkly.com/sdk/features/user-config) to implement it within your application.