Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

dotnet/try-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 29, 2023
870112b · Jun 29, 2023

History

76 Commits
Jun 29, 2023
Jun 29, 2023
Aug 27, 2019
Jun 29, 2023
Jun 29, 2023
Jul 19, 2022
May 20, 2020
Jun 20, 2019
Jul 1, 2020
Jun 20, 2019
Jun 20, 2019
Jan 29, 2021
Oct 18, 2021
Mar 12, 2021
Jun 20, 2019

Build Status dotnet try Enabled Binder

Try .NET dotnet bot in space

|| BasicsContribution Guidelines ||

Basics

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

  1. Install the dotnet-try global tool.

    • to install: dotnet tool install -g Microsoft.dotnet-try
    • to uninstall: dotnet tool uninstall -g Microsoft.dotnet-try
    • to update: dotnet tool update -g Microsoft.dotnet-try
  2. Clone this repository.

  3. Set the current directory to one of the sample tutorials (or use the current folder to see all samples).

  4. Run dotnet try.

    dotnet try

  5. This will launch the browser. Now, you can read the documentation and run code in one place.

    dotnet try -  _Readme md (2)

The tutorials in this repository are:

Contribution Guidelines

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.