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

Commit 340fe76

Browse files
authored
Add samples browser metadata (#47)
* Add samples browser metadata This change will add these samples into the docs.microsoft.com samples browser. Fixes dotnet/samples#1827 * update SDK version for builds
1 parent 7237ee5 commit 340fe76

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

101-linq-samples/readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
---
2+
name: "101 LINQ samples"
3+
description: "Explore LINQ queries using the try.net interactive experience."
4+
page_type: sample
5+
languages:
6+
- csharp
7+
products:
8+
- dotnet-core
9+
---
10+
111
# 101 LINQ Samples
212
![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg)
313

414
<p align ="center">
515
<img src ="https://user-images.githubusercontent.com/2546640/56708992-deee8780-66ec-11e9-9991-eb85abb1d10a.png" width="350">
616
</p>
717

8-
Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality, demonstrating LINQ with objects. Once you've learned LINQ using object sequences, you can use LINQ with any supported data source.
18+
Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality, demonstrating LINQ with objects. Once you've learned LINQ using object sequences, you can use LINQ with any supported data source. These samples leverage the interactive try.net experience in your environment.
919

1020
## Exploring LINQ using this tutorial
1121

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
displayName: 'Use .NET Core sdk'
1717
inputs:
1818
packageType: sdk
19-
version: 3.0.100-preview6-012264
19+
version: 3.1.x
2020
installationPath: $(Agent.ToolsDirectory)/dotnet
2121
- task: UseDotNet@2
2222
displayName: 'Use .NET Core sdk'

0 commit comments

Comments
 (0)