Primo Software
vscode dotnet csharp cpp windows ubuntu macos linux

Getting Started with .NET and Visual Studio Code on macOS

Before going through these steps make sure you have done Setup .NET development environment on macOS

Visual Studio Code

Download and install from Visual Studio Code site.

Open Visual Studio Code and press Cmd + Shift + P. Select Shell Command: Install 'code' command in PATH.

Close Visual Studio Code.

read more

Setup .NET development environment on macOS

Setup for macOS

Download the dotnet-install.sh script

cd
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
chmod +x dotnet-install.sh
read more

Getting Started with C++ and Visual Studio Code on macOS

Before going through these steps make sure you have done Setup C++ development environment on macOS

Visual Studio Code

Download and install from Visual Studio Code site.

Open Visual Studio Code and press Cmd + Shift + p. Select Shell Command: Install 'code' command in PATH.

read more

Setup C++ development environment on macOS

Homebrew

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
read more

Hello world!

This post marks the beginning of this blog.

read more
vscode dotnet csharp cpp windows ubuntu macos linux