Skip to content

Commit

Permalink
Add link and description of try-enabled 101 LINQ samples (#21123)
Browse files Browse the repository at this point in the history
Fixes #18136
  • Loading branch information
BillWagner authored and pull[bot] committed Oct 30, 2020
1 parent bbde8a3 commit 9cf476b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/csharp/tutorials/intro-to-csharp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ This tutorial assumes you've finished the online introductory tutorials, and you
This tutorial teaches the concepts used in object-oriented programming. You'll learn the concepts of *abstraction*, *encapsulation*, *inheritance*, and *polymorphism* using C# examples.

This tutorial assumes you've finished the online introductory tutorials, and you've installed [.NET Core SDK](https://dotnet.microsoft.com/download) and either [Visual Studio Code](https://code.visualstudio.com/) or [Visual Studio](https://visualstudio.com) on your development machine.

## [101 Linq Samples](https://github.com/dotnet/try-samples/tree/master/101-linq-samples)

This sample requires the [dotnet-try](https://github.com/dotnet/try/blob/main/README.md#setup) global tool. Once you install the tool, and clone the [try-samples](https://github.com/dotnet/try-samples) repo, you can learn Language Integrated Query (LINQ) through a set of 101 samples you can run interactively. You can explore different ways to query, explore, and transform data sequences.

0 comments on commit 9cf476b

Please sign in to comment.