
Feature Management with LaunchDarkly
By :

Within this chapter, we will be exploring some code samples, and you are encouraged to try these out to implement LaunchDarkly and feature flags. To do that, you will need a computer that will allow you to write and run an application. For the examples I am providing, I am creating them with Visual Studio (VS) 2019 on a Windows PC and in C# and .NET. The expectation is that you know how to set up a default application within VS. There is no technical reason to use these specific tools and languages and if you rather, you could use Visual Studio Code, a Mac computer, and/or a different language or framework to follow along with the examples.
You can find the code files for this chapter here: https://github.com/PacktPublishing/Feature-Management-with-LaunchDarkly/tree/main/Chapter%203. There is both a blank web application template to follow along with and a completed version of the application you can look at, once you've followed all the steps outlined...