|| Basics • Contribution Guidelines ||
This repository contains samples and tutorials that run using the dotnet try global tool.
You can explore these tutorials in your environment using the dotnet try
global tool:
Prerequisite: Install .NET Core SDK 3.0
- Install the dotnet-try global tool.
- Clone this repository.
- Set the current directory to one of the sample tutorials (or use the current folder to see all samples).
- Run
dotnet try
. - This will launch the browser.Now, you can read the documentation and run code in one place.
We're working on this. The existing tutorials are linked to .NET docs, but that's not required.
If you have suggestions for a sample, create an issue to start a discussion.