Requirements

Devprime® CLI and Stack are cross-platform tools based on the .NET platform and can be installed in all environments (Windows, Linux, macOS).
  • Application development is recommended using Visual Studio Code / Visual Studio (Community / Professional / Enterprise), Rider and other tools.
  • Publishing can be done on local machines or environments with docker / Kubernetes and on Cloud services (Microsoft Azure, Amazon AWS, Google Cloud, Oracle Cloud, Heroku, Digital Ocean and others)

Starting .NET Installation (Windows, Linux, macOS)

Recommendation: .NET 9.0

Installation documentation depending on the operating system
.NET on Windows
.NET on Linux
.NET on macOS

Verifying .NET Installation

At a command prompt, type one of the commands below to check the .NET version

dotnet --version
or
dotnet --info

Additional Tools

Optional
Visual Studio Visual Studio Code and/or Visual Studio 2019 or higher
Windows Terminal A tool that allows you to open multiple command prompt tabs at the same time and very useful for microservice developers.
docker A recommended container platform for running applications such as mongodb, rabbitmq used in the demo. (Windows, Linux, macOS).
PowerShell Command Line Utility (Windows, Linux, macOS) Download.
WSL2 Windows updates provide a Linux subsystem enabling application development on Windows and Linux.
Last modified November 20, 2024 (61099f59)