About 38,900 results
Open links in new tab
  1. Getting Started with C# in VS Code - Visual Studio Code

    This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#. Writing and …

  2. How to Create a C# Project with Visual Studio Code? - Tutorial …

    In this tutorial, we will learn how to create a C# project and run it in Visual Studio Code. There are three pre-requisites before you can actually get started with this tutorial. Install Visual Studio …

  3. Create a .NET console application using Visual Studio Code - .NET

    Mar 19, 2025 · Start Visual Studio Code. Go to the Explorer view and select Create .NET Project . Alternatively, you can bring up the Command Palette using Ctrl+Shift+P (Command+Shift+P …

  4. Project management - Visual Studio Code

    When you create a C# application in Visual Studio Code, you start with a project. A project contains all files (such as source code, images, etc.) that are compiled into an executable, …

  5. How to create a C# project using Visual Studio Code?

    Feb 1, 2010 · Here are a few steps I took to run the C# code using visual studio. Go to the extensions on your visual studio, click on Extensions icon. On the search field, type Code …

  6. visual studio code - how to add a new c# file to a project using …

    Mar 3, 2018 · However, VS Code can create classes with the “right” namespaces by right-clicking on a folder and selecting Add new class (or somesuch). However the dotnet aspnet …

  7. How to Create a New Project in Visual Studio Code

    Creating new projects in VS Code is similar for all programming languages. However, being more of a code editor than an IDE, you do not have pre-installed templates for creating projects. …

  8. VS Code How to Create a New Project - Alphr

    Jan 20, 2021 · To make a new C# project (.NET application), you first need the adequate requirements to set up scaffolding for the project, and then use VS Code to make the new …

  9. How to Create a New C# Project in VSCode (2024) - .NET in Visual Studio

    In this video, I'll show you how you can create a C# project in visual studio code (vscode). First, we need to make sure that we have .NET installed in order...

  10. Tutorial: Create a simple C# console app - Visual Studio (Windows)

    Jan 27, 2025 · Open Visual Studio, and select Create a new project in the start window. In the Create a new project window, select C# from the language dropdown list. Choose Windows …

Refresh