Skip to content

Commit 467ac42

Browse files
authored
Remove links to the try-samples repo (#44279)
This incarnation isn't supported or updated.
1 parent ff74034 commit 467ac42

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

docs/csharp/language-reference/operators/lambda-expressions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,3 @@ For more information about these features, see the following feature proposal no
340340
- [Local functions vs. lambda expressions](../../programming-guide/classes-and-structs/local-functions.md#local-functions-vs-lambda-expressions)
341341
- [LINQ sample queries](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Visual%20Studio%20Product%20Team/Official%20Visual%20Studio%202008%20C%23%20Samples/%5BC%23%5D-Official%20Visual%20Studio%202008%20C%23%20Samples/LINQ%20-%20Sample%20Queries/C%23)
342342
- [XQuery sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Visual%20Studio%20Product%20Team/Official%20Visual%20Studio%202008%20C%23%20Samples/%5BC%23%5D-Official%20Visual%20Studio%202008%20C%23%20Samples/XQuery/C%23)
343-
- [101 LINQ samples](/samples/dotnet/try-samples/101-linq-samples/)

docs/csharp/tour-of-csharp/tutorials/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ You can try these tutorials in different environments. The concepts you'll learn
2323

2424
- [In your browser, on the docs platform](hello-world.yml): This experience embeds a runnable C# code window in docs pages. You write and execute C# code in the browser.
2525
- [In the Microsoft Learn training experience](/training/paths/csharp-first-steps/). This learning path contains several modules that teach the basics of C#.
26-
- [In Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/main?filepath=hello-csharp%2Fhello-world.ipynb). You can experiment with C# code in a Jupyter notebook on binder.
2726
- [On your local machine](numbers-in-csharp-local.md). After you've explored online, you can [download the .NET SDK and build programs on your machine](local-environment.md).
2827

2928
All the introductory tutorials following the Hello World lesson are available using
@@ -36,7 +35,7 @@ on your machine.
3635
## [Hello world](hello-world.yml)
3736

3837
In the [Hello world](hello-world.yml) tutorial, you'll create the most basic
39-
C# program. You'll explore the `string` type and how to work with text. You can also use the path on [Microsoft Learn training](/training/paths/csharp-first-steps/) or [Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/main?filepath=hello-csharp%2Fhello-world.ipynb).
38+
C# program. You'll explore the `string` type and how to work with text. You can also use the path on [Microsoft Learn training](/training/paths/csharp-first-steps/).
4039

4140
## [Numbers in C#](numbers-in-csharp.yml)
4241

@@ -66,7 +65,3 @@ a tour of the List collection type that stores sequences of data. You'll learn h
6665
available [to run locally on your machine](arrays-and-collections.md).
6766

6867
This tutorial assumes that you've finished the lessons listed above.
69-
70-
## [101 Linq Samples](https://github.com/dotnet/try-samples/tree/main/101-linq-samples)
71-
72-
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.

docs/standard/linq/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ The answer to this question is **no** if...
153153

154154
## Essential LINQ
155155

156-
For a truly comprehensive list of LINQ samples, visit [101 LINQ Samples](/samples/dotnet/try-samples/101-linq-samples/).
157-
158156
The following examples are a quick demonstration of some of the essential pieces of LINQ. This is in no way comprehensive, as LINQ provides more functionality than what is showcased here.
159157

160158
### The bread and butter - `Where`, `Select`, and `Aggregate`
@@ -387,6 +385,5 @@ Parallelizable CPU-bound jobs that can be easily expressed via LINQ (in other wo
387385

388386
## More resources
389387

390-
* [101 LINQ Samples](/samples/dotnet/try-samples/101-linq-samples/)
391388
* [Linqpad](https://www.linqpad.net/), a playground environment and Database querying engine for C#/F#/Visual Basic
392389
* [EduLinq](https://codeblog.jonskeet.uk/2011/02/23/reimplementing-linq-to-objects-part-45-conclusion-and-list-of-posts/), an e-book for learning how LINQ-to-objects is implemented

0 commit comments

Comments
 (0)