Here you can find information about the code samples that require some specific preparation. Chapter 1, .NET Architecture Ch01.zip Chapter 2, C# Basics, Ch02.zip Chapter 3, Objects and Types, Ch03.zip Chapter 4, Inheritance, Ch04.zip Chapter 5, Arrays, Ch05.zip This chapter contains these 3 projects: ArraySamples demonstrate all the array samples of the chapter YieldDemo shows a simple usage of the yield statement IteratorDemo shows a more complex sample with the yield statement Chapter 6, Operators and Casts, Ch06.zip Chapter 7, Delegates and Events, Ch07.zip The samples for this chapter contain these projects: SimpleDelegate SimpleDelegates MulticastDelegate BubbleSorter AnonymousMethods MulticastIterate RaiseEvents WindowsApplication1 Chapter 8, Strings and Regular Expressions, Ch08.zip Chapter 9, Generics, Ch09.zip The samples for this chapter contain these projects: ArraySamples GenericsSamples GenericsMethods DocumentManager Chapter 10, Collections, Ch10.zip The samples for this chapter contain these projects: CollectionSamples LinkedListSample Dictionaries QueueSample BitArraySample HashSet LookupSample MultiDictionary is not shown in the book but you can use it to see how a dictionary with multiple keys can be done with the Dictionary class. With .NET 3.5, the LookupSample is used instead. Chapter 11, Language Integrated Query, Ch11.zip The samples for this chapter contain these projects: LINQSamples QueryOperators Chapter 12, Memory Management and Pointers, Ch12.zip Chapter 13, Reflection, Ch13.zip Chapter 14, Errors and Exception, Ch14.zip Chapter 15, Visual Studio 2008, Ch15.zip Chapter 16, Deployment, Ch16.zip Chapter 17, Assemblies, Ch17.zip The samples for this chapter contain these samples: modules is a subdirectory that does not include a Visual Studio project file. Her modules are created by using command line tools. Visual Studio Projects for this chapter: AssemblyA DynamicAssembly SharedDemo The file quotes.txt is used by the sample files and needs to be placed in the directory that is referenced by the sample. Chapter 18, Tracing and Events, Ch18.zip The samples for this chapter contain these projects: TracingDemo EventLogDemo EventLogReader PerformanceMonitoring Chapter 19, Threading and Synchronization, Ch19.zip The samples for this chapter contain these projects: Chapter 20, Chapter 21, Chapter 22, Chapter 23, Chapter 24,