0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
JPPINTO
  • Home
  • Blog
  • Certifications
  • About
  • Contact
  • Shop
  • Gallery
  • Current Setup
Contact

Search

January 8, 2020 / C# (C-Sharp), Development, Visual Studio Code

Create a .NET Core 3.1 Console App in Visual Studio Code

Tags: compile exe vs code, console app vs code
Featured image for Create a .NET Core 3.1 Console App in Visual Studio Code

Testing Environment Information:

  • Windows 10 Enterprise: Version 1909 (OS Build 18396.535) (Type winver or systeminfo at a Command Prompt)
  • Visual Studio Code version 1.41.1 https://code.visualstudio.com/download
  • SDK for .NET Core 3.1.100 https://dotnet.microsoft.com/download/dotnet-core/3.1
  • Testing Date: 1/8/2020

Background:

Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio 2019. VS Code runs on macOS, Linux, and Windows. VS Code is free for private or commercial use. More information at: https://code.visualstudio.com/

Create Console Application:

You must for the SDK for .NET Core 3.1 installed. The link is above.

Open Visual Studio Code, File > Open Folder (Ctrl+K Ctrl+O)

Select an empty folder, then press Select Folder. If you have the Visual Studio explorer extensions installed you can also right click on the folder and select Open with Code

You will now see the folder in your VS Code explorer window, if you do not see explorer go to View > Explorer (Ctrl + Shift + E)

Start a terminal, go to View > Terminal (Ctrl + `)

Type in dotnet new console

You can type in dotnet new -help to see which other templates are available for you to create a project from

You will see that your folder is now populated with some files, this is a template for your console application.

Let’s open Program.cs file by double clicking on it. If prompted to install assets to the build press Yes. This should create a .vscode folder in your project.

I added in some text after the Hello World! statement and I saved my changes

NOTE: You can have VS Code auto save all changes, go to File > Auto Save

Now let’s test our application, at the terminal window type in dotnet run

it will compile the .EXE into the bin folder and run it.

Post Views: 742
<- Install a stand-alone SQL Server 2019 Enterprise Server
Install Terraform on Windows ->

Categories

  • Active Directory (5)
  • AI (3)
  • Amazon Cloud Services (1)
  • AWS (2)
  • Blazor (1)
  • C# (C-Sharp) (3)
  • CI/CD Pipelines (1)
  • Cloud (1)
  • Cloudflare (2)
  • Codex (1)
  • Containers (4)
  • Deployment (2)
  • Development (5)
  • DNS (1)
  • Docker (3)
  • Email (1)
  • Family (1)
  • General (5)
  • IIS 6.0 (4)
  • IIS 7.0 (10)
  • IIS 8.0 (1)
  • Infrastructure as Code (IaC) (1)
  • Kubernetes (3)
  • Linux (9)
  • Microsoft 365 (2)
  • MySQL (1)
  • Office 2010 (1)
  • PHP (1)
  • PowerShell (11)
  • Productivity (1)
  • Security (1)
  • Servers (9)
  • SharePoint 2007 (8)
  • SharePoint 2010 (19)
  • SharePoint 2013 (2)
  • SharePoint Online (1)
  • SMTP (4)
  • SQL Server 2008 (1)
  • SQL Server 2008 R2 (1)
  • SQL Server 2012 (2)
  • SQL Server 2019 (1)
  • SSL (1)
  • Travel (1)
  • Troubleshooting (1)
  • Ubuntu (9)
  • Uncategorized (1)
  • URL Rewrite (2)
  • Visual Studio 2019 (1)
  • Visual Studio Code (1)
  • Windows 10 (7)
  • Windows 2003 (9)
  • Windows 2008 (18)
  • Windows 2012 (6)
  • Windows 7 (3)
  • Windows Firewall (1)
  • Windows Vista (1)
  • WordPress (3)
  • WP-CLI (3)

Recent Posts

  • GPT-5.6 Sol Changes How We Prompt—and How We Write AGENTS.md
  • Protect a Domain That Does Not Send Email with SPF, DMARC, and Null MX
  • Turning Our Atlanta Vacation Photos into a Video with PowerShell
  • Bulk Create Cloudflare Origin CA Certificates with PowerShell
  • Test a Cloudflare Global API Key Connection with PowerShell

Advertisement

Tags

agents.md ai coding agents aws bash cloudflare cloud storage codex context engineering developer workflow dev to production dns externalize blob externalize sharepoint data full installation http redirect https IIS IIS installation index server configuration installing cumulative updates linux load balance central administration microsoft 365 nginx powerpoint powershell redirect http to https s3 server setup sharepoint 2010 cumulative updates sharepoint 2010 farm build sharepoint 2010 farm configuration sharepoint 2010 farm installation sharepoint data externalization SMTP ssl storagepoint ubuntu web server windows Windows 7 windows server 2008 wordpress wp-cli x86
© 2026 JPPinto.com. All rights reserved.