<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>.Net Thoughts and Ideas - .Net Framework 2.0</title>
    <link>http://xealcom.co.uk/</link>
    <description>Place to share and reflect ...</description>
    <language>en-us</language>
    <copyright>Alex B. Clarke</copyright>
    <lastBuildDate>Sat, 09 Sep 2006 13:46:56 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>alexclarke@xealcom.net</managingEditor>
    <webMaster>alexclarke@xealcom.net</webMaster>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=07671de7-1dc0-45b7-b865-9bc53cb1ca24</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,07671de7-1dc0-45b7-b865-9bc53cb1ca24.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,07671de7-1dc0-45b7-b865-9bc53cb1ca24.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=07671de7-1dc0-45b7-b865-9bc53cb1ca24</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Started reading J Righter's "CLR via C#" - as many readers have said before - it is
an excellent book in terms of style and material.
</p>
        <p>
The book is accompanied by the sample code you can download from Wintellect site.
When you extract the sample code and run the solution file “CLR via C#.sln” you get
a few minor errors about some projects not being found. Nothing major – some of the
project files paths are absolute rather than relative. It can be fixed by opening
the solution file in a text editor and changing the paths. Like this:
</p>
        <p>
Current: "C:\Documents and Settings\Jeffrey\My Documents\NET Book\Code\Part 4-Essential
Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"
</p>
        <p>
New: “Part 4-Essential Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"
</p>
        <p>
That’s it.
</p>
        <p>
For your convenience here’s the solution file that I edited and you can use to replace
the one in the downloaded sample code package.
</p>
        <a href="http://localhost/DasBlogce/content/binary/CLR_20via_20C_23.zip">CLR_20via_20C_23.zip
(17.52 KB)</a>
      </body>
      <title>CLR via C# Sample Code</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,07671de7-1dc0-45b7-b865-9bc53cb1ca24.aspx</guid>
      <link>http://xealcom.co.uk/2006/09/09/CLRViaCSampleCode.aspx</link>
      <pubDate>Sat, 09 Sep 2006 13:46:56 GMT</pubDate>
      <description>		&lt;p&gt;
Started reading J Righter's "CLR via C#" - as many readers have said before - it is
an excellent book in terms of style and material.
&lt;/p&gt;
&lt;p&gt;
The book is accompanied by the sample code you can download from Wintellect site.
When you extract the sample code and run the solution file “CLR via C#.sln” you get
a few minor errors about some projects not being found. Nothing major – some of the
project files paths are absolute rather than relative. It can be fixed by opening
the solution file in a text editor and changing the paths. Like this:
&lt;/p&gt;
&lt;p&gt;
Current: "C:\Documents and Settings\Jeffrey\My Documents\NET Book\Code\Part 4-Essential
Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"
&lt;/p&gt;
&lt;p&gt;
New: “Part 4-Essential Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"
&lt;/p&gt;
&lt;p&gt;
That’s it.
&lt;/p&gt;
&lt;p&gt;
For your convenience here’s the solution file that I edited and you can use to replace
the one in the downloaded sample code package.
&lt;/p&gt;
&lt;a href="http://localhost/DasBlogce/content/binary/CLR_20via_20C_23.zip"&gt;CLR_20via_20C_23.zip
(17.52 KB)&lt;/a&gt;
</description>
      <comments>http://xealcom.co.uk/CommentView,guid,07671de7-1dc0-45b7-b865-9bc53cb1ca24.aspx</comments>
      <category>.Net Framework 2.0</category>
    </item>
  </channel>
</rss>