Skip to Content
C# and .NET Core Test-Driven Development
book

C# and .NET Core Test-Driven Development

by Ayobami Adewole
May 2018
Intermediate to advanced content levelIntermediate to advanced
300 pages
7h 35m
English
Packt Publishing
Content preview from C# and .NET Core Test-Driven Development

Installing and setting up Visual Studio Code on Linux

Visual Studio Code, being a cross-platform editor, can be installed on many variants of Linux OS, with packages for other Linux distributions being added gradually. To install Visual Studio Code on Ubuntu, perform the following steps:

  1. Download the .deb package meant for Ubuntu and Debian variants of Linux from https://code.visualstudio.com/download.
  2. Install the downloaded file from the terminal, which will install the editor, the apt repository, and signing key, to ensure the editor can be automatically updated when the system update command is run:
sudo dpkg -i <package_name>.debsudo apt-get install -f
  1. After a successful installation, you should be able to launch the newly installed ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Design Patterns with C# and .NET Core

Hands-On Design Patterns with C# and .NET Core

Gaurav Aroraa, Jeffrey Chilberto
.NET Core in Action

.NET Core in Action

Dustin Metzgar

Publisher Resources

ISBN: 9781788292481Supplemental Content