+# Readme - Code Samples for Chapter 7, Arrays and TuplesThis chapter contains the following code samples:* SimpleArrays (creating simple arrays, two-dimensional arrays, three-dimensional arrays, jagged arrays)* SortingSample (sorting collections using IComparable, IComparer)* ArraySegment (using ArraySegment<T>)* YieldSample (using the *yield* keyword)* TuplesSample (using Tuple<T>)* StructuralComparison (implementing IEquatable<T>) To build and run the .NET Core samples, please install* Visual Studio 2015 Update 2* .NET Core RC2* NuGet Extensions for Visual StudioPlease download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows). You will find an Visual Studio official MSI installer for .NET Core, and the NuGet Manager extension for Visual Studio. The current version of this sample is built with .NET Core RC2. When RTM is available, the sample code will be updated.For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)Thank you!
0 commit comments