Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.02 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.02 KB

dotnet-quickstarts

Welcome to the Red Hat dotnet-quickstarts. We hope your stay is wonderful. ✨

Getting started

The quickstarts contained in this repository assume you are running on Red Hat Enterprise Linux 7 or greater, and that you've installed .NET Core 1.0 by following our getting started guide.

These quickstarts were written using Visual Studio Code, but you can use whichever editor you'd like. If you do decide to use vscode, it is recommended that you install the C# extension before proceeding. To do so, inside vscode press Ctrl+Shift+P then type install extensions and hit <ENTER>. Search for C# and click the install button next to the extension.

Following along

The quickstarts are named using sequential order. If you plan on going through all of the sample applications, you should start at 01-helloworld and work your way up via the numbered samples.