...

/

Setting Up Our Own Environment

Setting Up Our Own Environment

Learn how to set up a development environment on our own machine.

Although this course comes with some interactive tools that will allow us to execute code samples directly in the browser, we'll need to set up our own development environment to be able to use gRPC in our own projects. Since we'll be looking at .NET-specific gRPC implementation, we'll need the following:

  • A machine running either Windows, Mac, or Linux

  • .NET SDK

  • A suitable IDE or code editor ...

Downloading .NET SDK