diff --git a/101-linq-samples/readme.md b/101-linq-samples/readme.md index dfc776d..ee89586 100644 --- a/101-linq-samples/readme.md +++ b/101-linq-samples/readme.md @@ -1,3 +1,13 @@ +--- +name: "101 LINQ samples" +description: "Explore LINQ queries using the try.net interactive experience." +page_type: sample +languages: + - csharp +products: + - dotnet-core +--- + # 101 LINQ Samples ![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg) @@ -5,7 +15,7 @@

-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. +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. ## Exploring LINQ using this tutorial diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04279db..380dcb9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: displayName: 'Use .NET Core sdk' inputs: packageType: sdk - version: 3.0.100-preview6-012264 + version: 3.1.x installationPath: $(Agent.ToolsDirectory)/dotnet - task: UseDotNet@2 displayName: 'Use .NET Core sdk'