<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for IntelliTect</title>
	<atom:link href="http://intellitect.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://intellitect.com</link>
	<description>IntelliTect Web Site</description>
	<lastBuildDate>Tue, 06 Mar 2012 10:54:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Build Status Using Lava Lamps &#8211; by Ken Nichols by HrEkstedt</title>
		<link>http://intellitect.com/build-status-using-lava-lamps-by-ken-nichols/comment-page-1/#comment-1588</link>
		<dc:creator>HrEkstedt</dc:creator>
		<pubDate>Tue, 06 Mar 2012 10:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/BuildStatusUsingLavaLampsByKenNichols.aspx#comment-1588</guid>
		<description>Is this article written in 2005? The linked article on www.pragmaticautomation.com is written in 2007!?</description>
		<content:encoded><![CDATA[<p>Is this article written in 2005? The linked article on <a href="http://www.pragmaticautomation.com" rel="nofollow">http://www.pragmaticautomation.com</a> is written in 2007!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storyboarding in Visual Studio 11 with Lorem Ipsum Auto-expand by Just1n</title>
		<link>http://intellitect.com/storyboarding-in-visual-studio-11-with-lorem-ipsum-auto-expand/comment-page-1/#comment-1584</link>
		<dc:creator>Just1n</dc:creator>
		<pubDate>Fri, 02 Mar 2012 08:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://intellitechture.com/?p=2812#comment-1584</guid>
		<description>hi Mark,I ask a question on stackoverflow about vs 11 and wf,can you help me ?
the address is:

http://stackoverflow.com/questions/9527387/vs-2010s-wf4-0-project-caused-an-error-after-installing-vs-11-beta</description>
		<content:encoded><![CDATA[<p>hi Mark,I ask a question on stackoverflow about vs 11 and wf,can you help me ?<br />
the address is:</p>
<p><a href="http://stackoverflow.com/questions/9527387/vs-2010s-wf4-0-project-caused-an-error-after-installing-vs-11-beta" rel="nofollow">http://stackoverflow.com/questions/9527387/vs-2010s-wf4-0-project-caused-an-error-after-installing-vs-11-beta</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Essential C# 4.0 Editorial Reviews by JayGregg100</title>
		<link>http://intellitect.com/essential-c-4-0-text/comment-page-1/#comment-1582</link>
		<dc:creator>JayGregg100</dc:creator>
		<pubDate>Wed, 29 Feb 2012 15:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/essential-c-4-0-text/#comment-1582</guid>
		<description>Errata:
Softcover, 3rd edition

Chapter 11, pg 434, Listing 11.11 shows: 

public Pair(T first, T second)
{
     _Second = second;
     _Second = second;
}

It should read:
public Pair(T first, T second)
{
     _First = first;
     _Second = second;
}</description>
		<content:encoded><![CDATA[<p>Errata:<br />
Softcover, 3rd edition</p>
<p>Chapter 11, pg 434, Listing 11.11 shows: </p>
<p>public Pair(T first, T second)<br />
{<br />
     _Second = second;<br />
     _Second = second;<br />
}</p>
<p>It should read:<br />
public Pair(T first, T second)<br />
{<br />
     _First = first;<br />
     _Second = second;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling web services using basic authentication by Oscar</title>
		<link>http://intellitect.com/calling-web-services-using-basic-authentication/comment-page-1/#comment-1575</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Mon, 13 Feb 2012 12:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/CallingWebServicesUsingBasicAuthentication.aspx#comment-1575</guid>
		<description>2 days fighting with the problem of sending the auth header.. until I have found this post this morning.

Thanks a lot!

&lt;3</description>
		<content:encoded><![CDATA[<p>2 days fighting with the problem of sending the auth header.. until I have found this post this morning.</p>
<p>Thanks a lot!</p>
<p>&lt;3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Async CTP (SP1 Refresh) Fails to Fully Install by Julian</title>
		<link>http://intellitect.com/async-ctp-sp1-refresh-fails-to-fully-install/comment-page-1/#comment-1573</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Mon, 06 Feb 2012 15:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/async-ctp-sp1-refresh-fails-to-fully-install/#comment-1573</guid>
		<description>For me

- uninstalling KB2635973,
- installing Async CTP (v3.0),
- rerun Windows Update

fixed the issue.</description>
		<content:encoded><![CDATA[<p>For me</p>
<p>- uninstalling KB2635973,<br />
- installing Async CTP (v3.0),<br />
- rerun Windows Update</p>
<p>fixed the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling web services using basic authentication by Oregon Mike</title>
		<link>http://intellitect.com/calling-web-services-using-basic-authentication/comment-page-1/#comment-1571</link>
		<dc:creator>Oregon Mike</dc:creator>
		<pubDate>Tue, 31 Jan 2012 22:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/CallingWebServicesUsingBasicAuthentication.aspx#comment-1571</guid>
		<description>This is FANTASIC!!!  I wish I would have read Rich Jardine&#039;s comments first.  I got it working by using &quot;Basic &quot; + Convert.ToBase64String(credentialBuffer);</description>
		<content:encoded><![CDATA[<p>This is FANTASIC!!!  I wish I would have read Rich Jardine&#8217;s comments first.  I got it working by using &#8220;Basic &#8221; + Convert.ToBase64String(credentialBuffer);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Essential C# 4.0 Editorial Reviews by Javier</title>
		<link>http://intellitect.com/essential-c-4-0-text/comment-page-1/#comment-1567</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Mon, 23 Jan 2012 18:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/essential-c-4-0-text/#comment-1567</guid>
		<description>ERRATA:

(Kindle Edition, reading on Kindle Cloud Reader)

In chapter 6, right before Listing 6.11, one can read:

Overloading a member causes the runtime to call the most derived implementation (see Listing 6.11).

It should read:

Overriding a method causes the runtime to call the most derived implementation (see Listinhg 6.11).</description>
		<content:encoded><![CDATA[<p>ERRATA:</p>
<p>(Kindle Edition, reading on Kindle Cloud Reader)</p>
<p>In chapter 6, right before Listing 6.11, one can read:</p>
<p>Overloading a member causes the runtime to call the most derived implementation (see Listing 6.11).</p>
<p>It should read:</p>
<p>Overriding a method causes the runtime to call the most derived implementation (see Listinhg 6.11).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlagsAttribute, and bitwise OR without the FlagsAttribute by Leo</title>
		<link>http://intellitect.com/flagsattribute-and-bitwise-or-without-the-flagsattribute/comment-page-1/#comment-1565</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Thu, 05 Jan 2012 05:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/FlagsAttributeAndBitwiseORWithoutTheFlagsAttribute.aspx#comment-1565</guid>
		<description>I want to know in this example:
[FlagsAttribute]
enum DistributedChannel
{
Transacted = 1,
Queued = 2,
Encrypted = 4,
Persisted = 16,
FaultTolerant =
Transacted &#124; Queued &#124; Persisted
}
how to discripe &quot;Not Transacted &quot; Or &quot;Not Encrypted&quot; ...</description>
		<content:encoded><![CDATA[<p>I want to know in this example:<br />
[FlagsAttribute]<br />
enum DistributedChannel<br />
{<br />
Transacted = 1,<br />
Queued = 2,<br />
Encrypted = 4,<br />
Persisted = 16,<br />
FaultTolerant =<br />
Transacted | Queued | Persisted<br />
}<br />
how to discripe &#8220;Not Transacted &#8221; Or &#8220;Not Encrypted&#8221; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling web services using basic authentication by uday</title>
		<link>http://intellitect.com/calling-web-services-using-basic-authentication/comment-page-1/#comment-1562</link>
		<dc:creator>uday</dc:creator>
		<pubDate>Mon, 26 Dec 2011 09:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/CallingWebServicesUsingBasicAuthentication.aspx#comment-1562</guid>
		<description>Hi,

I have implemented the code suggested here but it is not working, can someone please suggest if I need to change anything to make it work.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have implemented the code suggested here but it is not working, can someone please suggest if I need to change anything to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Install Nightmare by Ken</title>
		<link>http://intellitect.com/sql-server-2008-install-nightmare/comment-page-1/#comment-1561</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/SQLServer2008InstallNightmare.aspx#comment-1561</guid>
		<description>Does this article also apply to SQLServer2008R2 SP1?  I have a messed up installation.  What is the sequence to install SQLServer2008R2 SP1 after the manual uninstall is done?  Should I install SQLServer2008R2 first and then apply the SP1?   I have been working on this for so many hours and days....</description>
		<content:encoded><![CDATA[<p>Does this article also apply to SQLServer2008R2 SP1?  I have a messed up installation.  What is the sequence to install SQLServer2008R2 SP1 after the manual uninstall is done?  Should I install SQLServer2008R2 first and then apply the SP1?   I have been working on this for so many hours and days&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

