This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Releases: dotnet/try-samples
Releases · dotnet/try-samples
101 LINQ samples
Merge pull request #11 from loic-sharma/patch-1 Add missing space
101 LINQ samples
Merge pull request #53 from ibocon/patch-2 Change method name to match example code
101 LINQ samples
135632 Fix some text errors. (#57)
Explore C# 7.0 - 7.3
Merge pull request #49 from BillWagner/index-remaining-samples Add necessary files for samples browser indexing.
101 LINQ samples
Merge pull request #49 from BillWagner/index-remaining-samples Add necessary files for samples browser indexing.
Explore C# 8.0
Merge pull request #49 from BillWagner/index-remaining-samples Add necessary files for samples browser indexing.
Learn programming using C# and Try.NET
Merge pull request #49 from BillWagner/index-remaining-samples Add necessary files for samples browser indexing.
101 LINQ samples
split readme into parts (#48) The entire readme.md file is loaded and avaialble in the docs.microsoft.com samples browser. Therefore, it should not have the full index with links to all the local code. Instead, move that into an `index.md` file. Ideally, folks would type `dotnet try --uri index.md`, but if not, there's a link at the end of the readme.md file.
101 LINQ samples
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