Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 571 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 571 Bytes

Chapter 3 - Value types and reference types

This chapter requires the .NET SDK to be installed. The ch03 source code folder of the https://github.com/PacktPublishing/Expert-CSharp-Programming repository contains the code samples for this chapter.

The projects of this chapter are:

  • Quiz: you need to answer questions before going through this code.
  • Boxing: a project with benchmarks to compare using a list of items with and without boxing.
  • SpanIterator: including a custom ref struct type
  • ReadOnlySpanIterator: a readonly version of the SpanIterator project