A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/dotnet/core/get-started below:

Get started with .NET - .NET

Get started with .NET

In this article

This article teaches you how to create and run a "Hello World!" app with .NET.

Create an application

First, download and install the .NET SDK on your computer.

Next, open a terminal such as PowerShell, Command Prompt, or bash.

Type the following commands:

dotnet new console -o sample1
cd sample1
dotnet run

You should see the following output:

Hello World!

Congratulations! You've created a simple .NET application.

Next steps

Get started on developing .NET applications by following a step-by-step tutorial or by watching .NET 101 videos on YouTube.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4