Search⌘ K
AI Features

Setting Up Our Own Environment

Explore how to configure a local development environment to build gRPC applications in ASP.NET Core. Understand the installation of .NET SDK, and choose between code editors like Visual Studio Code or full IDEs such as Visual Studio and JetBrains Rider to effectively create and manage your projects.

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