# try-samples **Repository Path**: SuperSaiyans/try-samples ## Basic Information - **Project Name**: try-samples - **Description**: Microsoft Docs 推荐的101 个 C# LINQ 示例 . 用于个人学习 . - **Primary Language**: C# - **License**: CC-BY-4.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Csharp, LINQ ## README ## 用于个人学习 forked from [dotnet/try-samples](http://github.com/dotnet/try-samples) [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/try-samples/try-samples-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=548&branchName=master) ![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dotnet/try-samples/master?urlpath=lab) # Try .NET dotnet bot in space || [**Basics**](#basics) • [**Contribution Guidelines**](#contribution-guidelines) || ## Basics This repository contains samples and tutorials that run using the [dotnet try](https://github.com/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](https://dotnet.microsoft.com/download/dotnet-core/3.0)* 1. Install the [dotnet-try](https://github.com/dotnet/try/blob/master/README.md#setup) global tool. 1. Clone this repository. 1. Set the current directory to one of the sample tutorials (or use the current folder to see all samples). 1. Run `dotnet try`. ![dotnet try](https://user-images.githubusercontent.com/2546640/57164943-ab35f080-6dc3-11e9-8230-ee521e00e428.gif) 1. This will launch the browser. Now, you can read the documentation and run code in one place. ![dotnet try - _Readme md (2)](https://user-images.githubusercontent.com/2546640/57165217-737b7880-6dc4-11e9-8b4e-0e70966ac03d.gif) ## The tutorials in this repository are: - [Beginners Guide to C#](./Beginners/Readme.md) - [101 LINQ Samples](./101-linq-samples/readme.md) - [Explore C# 7 through C# 7.3](./csharp7/readme.md). - [Explore C# 8](./csharp8/readme.md). ## Contribution Guidelines We're working on this. The existing tutorials are linked to [.NET docs](https://github.com/dotnet/docs), but that's not required. If you have suggestions for a sample, create an issue to start a discussion.