In this chapter, we'll explore setting up your development environment. We'll be covering both C# and .NET. In the following chapter, we will focus on setting up a JavaScript and React environment. We'll delve into more examples, starting with the classic code kata entitled FizzBuzz, and then into more real-world samples from the Speaker Meet site.
In this chapter, you will gain an understanding of:
- Installing your IDE
- How to set up your testing framework
- Writing your first tests in C#