<?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 IntelliTechture</title>
	<atom:link href="http://intellitechture.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://intellitechture.com</link>
	<description>IntelliTechture Web Site</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:01:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on Calling web services using basic authentication by Oregon Mike</title>
		<link>http://intellitechture.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://intellitechture.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://intellitechture.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://intellitechture.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://intellitechture.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>
	<item>
		<title>Comment on Chinese Domain Scam! by BOA</title>
		<link>http://intellitechture.com/chinese-domain-scam/comment-page-1/#comment-1550</link>
		<dc:creator>BOA</dc:creator>
		<pubDate>Tue, 22 Nov 2011 11:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/chinese-domain-scam/#comment-1550</guid>
		<description>I just got this email today. Maybe I should register those other extensions. I already own all the rest .org   .com   .net....ect. Thanks for the info!!</description>
		<content:encoded><![CDATA[<p>I just got this email today. Maybe I should register those other extensions. I already own all the rest .org   .com   .net&#8230;.ect. Thanks for the info!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enumerating Process.GetProcesses() fails on Vista by Alex</title>
		<link>http://intellitechture.com/enumerating-process-getprocesses-fails-on-vista/comment-page-1/#comment-1539</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 03 Oct 2011 13:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/EnumeratingProcessGetProcessesFailsOnVista.aspx#comment-1539</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Install Nightmare by FS</title>
		<link>http://intellitechture.com/sql-server-2008-install-nightmare/comment-page-1/#comment-1524</link>
		<dc:creator>FS</dc:creator>
		<pubDate>Tue, 27 Sep 2011 16:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/SQLServer2008InstallNightmare.aspx#comment-1524</guid>
		<description>Thanks for this great article. It helps to clean up my uninstallation. I struggled failed installation many many times with different errors.
There is one thing to mention:
It seems SQL 2008 doesn&#039;t recognize Windows 2008 R2. There was one article recommended to install Service Pack 1 of SQL 2008 first then do the SQL 2008 installation. It is backward but I think it helped me. I finally got the installation done. This SQL and OS combination was the vendor&#039;s requirement.</description>
		<content:encoded><![CDATA[<p>Thanks for this great article. It helps to clean up my uninstallation. I struggled failed installation many many times with different errors.<br />
There is one thing to mention:<br />
It seems SQL 2008 doesn&#8217;t recognize Windows 2008 R2. There was one article recommended to install Service Pack 1 of SQL 2008 first then do the SQL 2008 installation. It is backward but I think it helped me. I finally got the installation done. This SQL and OS combination was the vendor&#8217;s requirement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting Bluetooth Keyboard to Windows 8 Samsung Developer Preview Computer Requires Passcode by Jemm</title>
		<link>http://intellitechture.com/connecting-bluetooth-keyboard-to-windows-8-samsung-developer-preview-computer-requires-passcode/comment-page-1/#comment-1521</link>
		<dc:creator>Jemm</dc:creator>
		<pubDate>Fri, 23 Sep 2011 07:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/connecting-bluetooth-keyboard-to-windows-8-samsung-developer-preview-computer-requires-passcode/#comment-1521</guid>
		<description>I had exactly the same problem. Thanks for posting this! :)</description>
		<content:encoded><![CDATA[<p>I had exactly the same problem. Thanks for posting this! <img src='http://intellitechture.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Essential C# 4.0 Editorial Reviews by Norton</title>
		<link>http://intellitechture.com/essential-c-4-0-text/comment-page-1/#comment-1517</link>
		<dc:creator>Norton</dc:creator>
		<pubDate>Wed, 14 Sep 2011 10:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.intellitechture.com/essential-c-4-0-text/#comment-1517</guid>
		<description>Looks like the author didn&#039;t publish his email address, so I thought I would post my question here.
I downloaded the source code and tried with the Chapter11 listing 11.02. Just was curious if the samples work, and this first sample doesn&#039;t work. Looks like I had to add static Main() in the Program.cs to be able to call Sketch(), from LaunchMain(). But the Sketch() doesn&#039;t do anything other than moving cursor to the right. Looks like the Console input buffer needs to be set properly. Is there something that I am missing, or this is how it is going to be throughout the book? It is disappointing that I paid for the book, and now I have to spend time trying to setup samples.</description>
		<content:encoded><![CDATA[<p>Looks like the author didn&#8217;t publish his email address, so I thought I would post my question here.<br />
I downloaded the source code and tried with the Chapter11 listing 11.02. Just was curious if the samples work, and this first sample doesn&#8217;t work. Looks like I had to add static Main() in the Program.cs to be able to call Sketch(), from LaunchMain(). But the Sketch() doesn&#8217;t do anything other than moving cursor to the right. Looks like the Console input buffer needs to be set properly. Is there something that I am missing, or this is how it is going to be throughout the book? It is disappointing that I paid for the book, and now I have to spend time trying to setup samples.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

