C# In Depth, Chapter9: WIP
authorGustavo Martin <gu.martinm@gmail.com>
Wed, 1 Jan 2014 19:04:49 +0000 (20:04 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Wed, 1 Jan 2014 19:04:49 +0000 (20:04 +0100)
32 files changed:
.gitattributes [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9.sln [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9.v12.suo [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/App.config [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Form1.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Form1.resx [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Program.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs [new file with mode: 0644]
CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..1ff0c42
--- /dev/null
@@ -0,0 +1,63 @@
+###############################################################################
+# Set default behavior to automatically normalize line endings.
+###############################################################################
+* text=auto
+
+###############################################################################
+# Set default behavior for command prompt diff.
+#
+# This is need for earlier builds of msysgit that does not have it on by
+# default for csharp files.
+# Note: This is only used by command line
+###############################################################################
+#*.cs     diff=csharp
+
+###############################################################################
+# Set the merge driver for project and solution files
+#
+# Merging from the command prompt will add diff markers to the files if there
+# are conflicts (Merging from VS is not affected by the settings below, in VS
+# the diff markers are never inserted). Diff markers may cause the following 
+# file extensions to fail to load in VS. An alternative would be to treat
+# these files as binary and thus will always conflict and require user
+# intervention with every merge. To do so, just uncomment the entries below
+###############################################################################
+#*.sln       merge=binary
+#*.csproj    merge=binary
+#*.vbproj    merge=binary
+#*.vcxproj   merge=binary
+#*.vcproj    merge=binary
+#*.dbproj    merge=binary
+#*.fsproj    merge=binary
+#*.lsproj    merge=binary
+#*.wixproj   merge=binary
+#*.modelproj merge=binary
+#*.sqlproj   merge=binary
+#*.wwaproj   merge=binary
+
+###############################################################################
+# behavior for image files
+#
+# image files are treated as binary by default.
+###############################################################################
+#*.jpg   binary
+#*.png   binary
+#*.gif   binary
+
+###############################################################################
+# diff behavior for common document formats
+# 
+# Convert binary document formats to text before diffing them. This feature
+# is only available from the command line. Turn it on by uncommenting the 
+# entries below.
+###############################################################################
+#*.doc   diff=astextplain
+#*.DOC   diff=astextplain
+#*.docx  diff=astextplain
+#*.DOCX  diff=astextplain
+#*.dot   diff=astextplain
+#*.DOT   diff=astextplain
+#*.pdf   diff=astextplain
+#*.PDF   diff=astextplain
+#*.rtf   diff=astextplain
+#*.RTF   diff=astextplain
diff --git a/CSharpInDepth/Chapter9/Chapter9.sln b/CSharpInDepth/Chapter9/Chapter9.sln
new file mode 100644 (file)
index 0000000..0df102a
--- /dev/null
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.21005.1
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter9", "Chapter9\Chapter9.csproj", "{A4879766-1942-4D2F-81E3-1CC27450B29D}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {A4879766-1942-4D2F-81E3-1CC27450B29D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {A4879766-1942-4D2F-81E3-1CC27450B29D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {A4879766-1942-4D2F-81E3-1CC27450B29D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+               {A4879766-1942-4D2F-81E3-1CC27450B29D}.Release|Any CPU.Build.0 = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal
diff --git a/CSharpInDepth/Chapter9/Chapter9.v12.suo b/CSharpInDepth/Chapter9/Chapter9.v12.suo
new file mode 100644 (file)
index 0000000..5b7fee9
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9.v12.suo differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/App.config b/CSharpInDepth/Chapter9/Chapter9/App.config
new file mode 100644 (file)
index 0000000..8e15646
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj b/CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj
new file mode 100644 (file)
index 0000000..cee2903
--- /dev/null
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{A4879766-1942-4D2F-81E3-1CC27450B29D}</ProjectGuid>
+    <OutputType>WinExe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>Chapter9</RootNamespace>
+    <AssemblyName>Chapter9</AssemblyName>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Deployment" />
+    <Reference Include="System.Drawing" />
+    <Reference Include="System.Windows.Forms" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Form1.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form1.Designer.cs">
+      <DependentUpon>Form1.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <EmbeddedResource Include="Form1.resx">
+      <DependentUpon>Form1.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Properties\Resources.resx">
+      <Generator>ResXFileCodeGenerator</Generator>
+      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <Compile Include="Properties\Resources.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Resources.resx</DependentUpon>
+    </Compile>
+    <None Include="Properties\Settings.settings">
+      <Generator>SettingsSingleFileGenerator</Generator>
+      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+    </None>
+    <Compile Include="Properties\Settings.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Settings.settings</DependentUpon>
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
+    </Compile>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs
new file mode 100644 (file)
index 0000000..969ef18
--- /dev/null
@@ -0,0 +1,60 @@
+namespace Chapter9
+{
+    partial class Form1
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.button = new System.Windows.Forms.Button();
+            this.SuspendLayout();
+            // 
+            // button
+            // 
+            this.button.Location = new System.Drawing.Point(92, 95);
+            this.button.Name = "button";
+            this.button.Size = new System.Drawing.Size(75, 23);
+            this.button.TabIndex = 0;
+            this.button.Text = "button1";
+            this.button.UseVisualStyleBackColor = true;
+            // 
+            // Form1
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(284, 261);
+            this.Controls.Add(this.button);
+            this.Name = "Form1";
+            this.Text = "Form1";
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Button button;
+    }
+}
+
diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.cs b/CSharpInDepth/Chapter9/Chapter9/Form1.cs
new file mode 100644 (file)
index 0000000..366618e
--- /dev/null
@@ -0,0 +1,167 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Linq.Expressions;
+using System.Reflection;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Chapter9
+{
+    public partial class Form1 : Form
+    {
+        public Form1()
+        {
+
+            InitializeComponent();
+
+            /**
+             * 
+             * Listing 9.1 Using an anonymous method to create a delegate instance.
+             */
+            Console.WriteLine("Listing 9.1 Using an anonymous method to create a delegate instance.");
+            Func<string, int> returnLength1;
+            returnLength1 = delegate(string text) { return text.Length; };
+            Console.WriteLine(returnLength1("Hello"));
+
+            /**
+             * 
+             * Listing 9.2 A long-winded first lambada expression, similar to an anonymous method.
+             */
+            Console.WriteLine("Listing 9.2 A long-winded first lambada expression, similar to an anonymous method.");
+            Func<string, int> returnLength2;
+            returnLength2 = (string text) => { return text.Length; };
+            Console.WriteLine(returnLength2("Hello"));
+
+            /**
+             * 
+             * Listing 9.3 A concise lambda expression.
+             */
+            Console.WriteLine("Listing 9.3 A concise lambda expression.");
+            Func<string, int> returnLength3;
+            returnLength3 = text => text.Length;
+            Console.WriteLine(returnLength3("Hello"));
+
+            /**
+             * 
+             * Listing 9.4 Manipulating a  list of films using lambda expressions.
+             */
+            Console.WriteLine("Listing 9.4 Manipulating a  list of films using lambda expressions.");
+            var films = new List<Film>
+            {
+                new Film { Name = "Jaws", Year = 1975 },
+                new Film { Name = "Singing in the Rain", Year = 1952 },
+                new Film { Name = "Some like it Hot", Year = 1959 },
+                new Film { Name = "The Wizard of Oz", Year = 1939 },
+                new Film { Name = "It's a Wonderful Life", Year = 1946 },
+                new Film { Name = "American Beauty", Year = 1999 },
+                new Film { Name = "High Fidelity", Year = 2000 },
+                new Film { Name = "The Usual Suspects", Year = 1995 }
+            };
+
+            Action<Film> print = film => Console.WriteLine("Name={0}, Year={1}",
+                                                            film.Name, film.Year);
+            films.ForEach(print);
+            films.FindAll(film => film.Year < 1960)
+                 .ForEach(print);
+            films.Sort((f1, f2) => f1.Name.CompareTo(f2.Name));
+            films.ForEach(print);
+
+            /**
+             * 
+             * Listing 9.5 Logging events using lambda expressions.
+             */
+            Console.WriteLine("Listing 9.5 Logging events using lambda expressions.");
+
+            this.button.Text = "Click me";
+            this.button.Click += (src, e) => Log("Click", src, e);
+            this.button.KeyPress += (src, e) => Log("KeyPress", src, e);
+            this.button.MouseClick += (src, e) => Log("MouseClick", src, e);
+
+            /**
+             * 
+             * Listing 9.6 A simple expression tree, adding 2 and 3.
+             */
+            Console.WriteLine("Listing 9.6 A simple expression tree, adding 2 and 3.");
+            Expression firstArg1 = Expression.Constant(2);
+            Expression secondArg1 = Expression.Constant(3);
+            Expression add1 = Expression.Add(firstArg1, secondArg1);
+            Console.WriteLine(add1);
+
+            /**
+             * 
+             * Listing 9.7 Compiling an executing an expression tree.
+             */
+            Console.WriteLine("Listing 9.7 Compiling an executing an expression tree.");
+            Expression firstArg2 = Expression.Constant(2);
+            Expression secondArg2 = Expression.Constant(3);
+            Expression add2 = Expression.Add(firstArg2, secondArg2);
+
+            Func<int> compiled1 = Expression.Lambda<Func<int>>(add2).Compile();
+            Console.WriteLine(compiled1());
+
+            /**
+             * 
+             * Listing 9.8 Using lambda expressions to create expression trees.
+             */
+            Console.WriteLine("Listing 9.8 Using lambda expressions to create expression trees.");
+            Expression<Func<int>> return5 = () => 5;
+            Func<int> compiled2 = return5.Compile();
+            Console.WriteLine(compiled2());
+
+            /**
+             * 
+             * Listing 9.9 Demonstration of a more complicated expression tree.
+             */
+            Console.WriteLine("Listing 9.9 Demonstration of a more complicated expression tree.");
+            Expression<Func<string, string, bool>> expression = (x, y) => x.StartsWith(y);
+            var compiled3 = expression.Compile();
+
+            Console.WriteLine(compiled3("First", "Second"));
+            Console.WriteLine(compiled3("First", "Fir"));
+
+            /**
+             * 
+             * Listing 9.10 Building a method call expression tree in code.
+             */
+            Console.WriteLine("Listing 9.10 Building a method call expression tree in code.");
+            MethodInfo method = typeof(string).GetMethod("StartsWith", new[] { typeof(string) });
+            var target = Expression.Parameter(typeof(string), "x");
+            var methodArg = Expression.Parameter(typeof(string), "y");
+            Expression[] methodArgs = new[] { methodArg };
+
+            Expression call = Expression.Call(target, method, methodArgs);
+
+            var lambdaParameters = new[] { target, methodArg };
+            var lambda = Expression.Lambda<Func<string, string, bool>>(call, lambdaParameters);
+
+            var compiled4 = lambda.Compile();
+
+            Console.WriteLine(compiled4("First", "Second"));
+            Console.WriteLine(compiled4("First", "Fir"));
+        }
+
+        static void Log(string title, object sender, EventArgs e)
+        {
+            Console.WriteLine("Event: {0}", title);
+            Console.WriteLine(" Sender: {0}", sender);
+            Console.WriteLine(" Arguments: {0}", e.GetType());
+            foreach (PropertyDescriptor prop in TypeDescriptor.GetProperties(e))
+            {
+                string name = prop.DisplayName;
+                object value = prop.GetValue(e);
+                Console.WriteLine("    {0}={1}", name, value);
+            }
+        }
+    }
+
+    class Film
+    {
+        public string Name { get; set; }
+        public int Year { get; set; }
+    }
+}
diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.resx b/CSharpInDepth/Chapter9/Chapter9/Form1.resx
new file mode 100644 (file)
index 0000000..1af7de1
--- /dev/null
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/Program.cs b/CSharpInDepth/Chapter9/Chapter9/Program.cs
new file mode 100644 (file)
index 0000000..cec21d6
--- /dev/null
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Chapter9
+{
+    static class Program
+    {
+        /// <summary>
+        /// The main entry point for the application.
+        /// </summary>
+        [STAThread]
+        static void Main()
+        {
+            Application.EnableVisualStyles();
+            Application.SetCompatibleTextRenderingDefault(false);
+            Application.Run(new Form1());
+        }
+    }
+}
diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs
new file mode 100644 (file)
index 0000000..940d5fd
--- /dev/null
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Chapter9")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Chapter9")]
+[assembly: AssemblyCopyright("Copyright ©  2014")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("350236ff-ee30-4100-b014-23aea3871408")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs
new file mode 100644 (file)
index 0000000..eeebdcc
--- /dev/null
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.34003
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Chapter9.Properties
+{
+
+
+    /// <summary>
+    ///   A strongly-typed resource class, for looking up localized strings, etc.
+    /// </summary>
+    // This class was auto-generated by the StronglyTypedResourceBuilder
+    // class via a tool like ResGen or Visual Studio.
+    // To add or remove a member, edit your .ResX file then rerun ResGen
+    // with the /str option, or rebuild your VS project.
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    internal class Resources
+    {
+
+        private static global::System.Resources.ResourceManager resourceMan;
+
+        private static global::System.Globalization.CultureInfo resourceCulture;
+
+        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+        internal Resources()
+        {
+        }
+
+        /// <summary>
+        ///   Returns the cached ResourceManager instance used by this class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager
+        {
+            get
+            {
+                if ((resourceMan == null))
+                {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Chapter9.Properties.Resources", typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+
+        /// <summary>
+        ///   Overrides the current thread's CurrentUICulture property for all
+        ///   resource lookups using this strongly typed resource class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture
+        {
+            get
+            {
+                return resourceCulture;
+            }
+            set
+            {
+                resourceCulture = value;
+            }
+        }
+    }
+}
diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx
new file mode 100644 (file)
index 0000000..af7dbeb
--- /dev/null
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs
new file mode 100644 (file)
index 0000000..1a83eda
--- /dev/null
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.34003
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Chapter9.Properties
+{
+
+
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+    {
+
+        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+        public static Settings Default
+        {
+            get
+            {
+                return defaultInstance;
+            }
+        }
+    }
+}
diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings
new file mode 100644 (file)
index 0000000..3964565
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
+  <Profiles>
+    <Profile Name="(Default)" />
+  </Profiles>
+  <Settings />
+</SettingsFile>
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe
new file mode 100644 (file)
index 0000000..05bb4c5
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config
new file mode 100644 (file)
index 0000000..8e15646
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb
new file mode 100644 (file)
index 0000000..9f0e2f3
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe
new file mode 100644 (file)
index 0000000..c0dfecc
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config
new file mode 100644 (file)
index 0000000..8e15646
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file
diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest
new file mode 100644 (file)
index 0000000..061c9ca
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+    <security>
+      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+        <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
+      </requestedPrivileges>
+    </security>
+  </trustInfo>
+</assembly>
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources
new file mode 100644 (file)
index 0000000..6c05a97
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources
new file mode 100644 (file)
index 0000000..6c05a97
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt
new file mode 100644 (file)
index 0000000..ddbadea
--- /dev/null
@@ -0,0 +1,9 @@
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.exe.config
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.exe
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.pdb
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.csprojResolveAssemblyReference.cache
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.Form1.resources
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.Properties.Resources.resources
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.csproj.GenerateResource.Cache
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.exe
+C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.pdb
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache
new file mode 100644 (file)
index 0000000..0fc129f
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache
new file mode 100644 (file)
index 0000000..f0ed9bd
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe
new file mode 100644 (file)
index 0000000..05bb4c5
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb
new file mode 100644 (file)
index 0000000..9f0e2f3
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file mode 100644 (file)
index 0000000..752f0bd
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644 (file)
index 0000000..d92a7e4
Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
new file mode 100644 (file)
index 0000000..e69de29