appendix A. Development environment setup

This appendix describes how to set up a development environment for working with the code you write throughout this book. The development environment has five parts:

  • An IDE —You can choose between using Visual Studio 2019 or newer, Visual Studio Code (VS Code for short), or JetBrains Rider. Visual Studio is Windows-only, whereas Visual Studio Code and JetBrains Rider both work on Windows, Mac, and Linux.

  • dotnet cli —You need the dotnet command-line tool to build create, build, and run .NET projects from the command line.

  • REST client —You need a tool for making HTTP requests. There are many such tools, including cURL, Fiddler, and Postman; I tend to use the REST client plug-in for Visual Studio ...

Get Microservices in .NET, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.