<?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 Bill Lodin</title>
	<atom:link href="http://blogs.itmentors.com/bill/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.itmentors.com/bill</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 17:55:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Migrating Web Applications to Windows Azure by bill</title>
		<link>http://blogs.itmentors.com/bill/2009/10/30/migrating-web-applications-to-windows-azure/comment-page-1/#comment-140</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=50#comment-140</guid>
		<description>Hi Conrad,
I am still hoping to spend some time exploring other migration scenarios, but unfortunately I&#039;ve had to focus on some non-Azure topics lately (WPF 4, Silverlight 4, Windows 7, etc - you&#039;ll notice recent posts about new videos on these topics!)
Thanks for the reminder, though!</description>
		<content:encoded><![CDATA[<p>Hi Conrad,<br />
I am still hoping to spend some time exploring other migration scenarios, but unfortunately I&#8217;ve had to focus on some non-Azure topics lately (WPF 4, Silverlight 4, Windows 7, etc &#8211; you&#8217;ll notice recent posts about new videos on these topics!)<br />
Thanks for the reminder, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating Web Applications to Windows Azure by Conrad Rowlands</title>
		<link>http://blogs.itmentors.com/bill/2009/10/30/migrating-web-applications-to-windows-azure/comment-page-1/#comment-133</link>
		<dc:creator>Conrad Rowlands</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=50#comment-133</guid>
		<description>When exactly will you be &quot;posting some short articles on how to deal with these various scenarios ( data storage, services)&quot; It has been some time since this article was written. Or have I missed it out in the ether....</description>
		<content:encoded><![CDATA[<p>When exactly will you be &#8220;posting some short articles on how to deal with these various scenarios ( data storage, services)&#8221; It has been some time since this article was written. Or have I missed it out in the ether&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating Web Applications to Windows Azure by Cory 'SyntaxC4' Fowler</title>
		<link>http://blogs.itmentors.com/bill/2009/10/30/migrating-web-applications-to-windows-azure/comment-page-1/#comment-128</link>
		<dc:creator>Cory 'SyntaxC4' Fowler</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=50#comment-128</guid>
		<description>Microsoft.ServiceHosting.ServiceRuntime has been changed to Microsoft.WindowsAzure.ServiceRuntime</description>
		<content:encoded><![CDATA[<p>Microsoft.ServiceHosting.ServiceRuntime has been changed to Microsoft.WindowsAzure.ServiceRuntime</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More WPF 4 Web Seminars by bill</title>
		<link>http://blogs.itmentors.com/bill/2010/01/18/more-wpf-4-web-seminars/comment-page-1/#comment-112</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=83#comment-112</guid>
		<description>Hi Karl-Heinz,
Good question re: using designer to add the new controls... You&#039;re right, I certainly could have used the designer to drag-and-drop the new controls into each TabItem. But in order to support WYSIWYG layout, when you drag a control onto the design surface, the designer sets certain properties (Horizontal/VerticalAlignment, Margin, Width, Height)... Sure you could remove these properties but I find I&#039;m often more productive by coding in XAML from the start. My goal with the source code is to make it easy to grasp, and sometimes the extra layout properties get in the way of clarity (at least it seems like that to me). As far as performance on XP, I think WPF does perfectly well so long as you don&#039;t overdo the &quot;glitz&quot; factor (animations/opacity/etc). Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Karl-Heinz,<br />
Good question re: using designer to add the new controls&#8230; You&#8217;re right, I certainly could have used the designer to drag-and-drop the new controls into each TabItem. But in order to support WYSIWYG layout, when you drag a control onto the design surface, the designer sets certain properties (Horizontal/VerticalAlignment, Margin, Width, Height)&#8230; Sure you could remove these properties but I find I&#8217;m often more productive by coding in XAML from the start. My goal with the source code is to make it easy to grasp, and sometimes the extra layout properties get in the way of clarity (at least it seems like that to me). As far as performance on XP, I think WPF does perfectly well so long as you don&#8217;t overdo the &#8220;glitz&#8221; factor (animations/opacity/etc). Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More WPF 4 Web Seminars by Reng-EDV</title>
		<link>http://blogs.itmentors.com/bill/2010/01/18/more-wpf-4-web-seminars/comment-page-1/#comment-104</link>
		<dc:creator>Reng-EDV</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=83#comment-104</guid>
		<description>Hello Bill,
well I have viewed some of your WPF 4.0 Presentation Videos. Well, nice work, but, why you don´t use the designer in Video 1, where you introduce the new controls (is it so time &quot;consuming&quot;)
I ithink, this is the problem with the WPF. If you want to start a BIG PROJECT, well, .....
And, if you have customers, who use this unknown OS Windows XP, how nice and how quick are these applications there. 
Don´t copy the Apple stuff on Windows.
Regards
Karl-Heinz Reng</description>
		<content:encoded><![CDATA[<p>Hello Bill,<br />
well I have viewed some of your WPF 4.0 Presentation Videos. Well, nice work, but, why you don´t use the designer in Video 1, where you introduce the new controls (is it so time &#8220;consuming&#8221;)<br />
I ithink, this is the problem with the WPF. If you want to start a BIG PROJECT, well, &#8230;..<br />
And, if you have customers, who use this unknown OS Windows XP, how nice and how quick are these applications there.<br />
Don´t copy the Apple stuff on Windows.<br />
Regards<br />
Karl-Heinz Reng</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Azure Virtual Lab Changes by bill</title>
		<link>http://blogs.itmentors.com/bill/2009/12/09/azure-virtual-lab-changes/comment-page-1/#comment-74</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Mon, 28 Dec 2009 16:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=69#comment-74</guid>
		<description>Hi Cory,
You&#039;ll find the Globals class in the &quot;VirtualLabResources.zip&quot; file that you can download at the virtual lab site. It&#039;s in the &quot;Solution Items&quot; directory, and it just defines a few string variables (specifically, it allows for defining the names of blob containers and queues in one place.)
HTH!
Bill</description>
		<content:encoded><![CDATA[<p>Hi Cory,<br />
You&#8217;ll find the Globals class in the &#8220;VirtualLabResources.zip&#8221; file that you can download at the virtual lab site. It&#8217;s in the &#8220;Solution Items&#8221; directory, and it just defines a few string variables (specifically, it allows for defining the names of blob containers and queues in one place.)<br />
HTH!<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Azure Virtual Lab Changes by Cory 'SyntaxC4' Fowler</title>
		<link>http://blogs.itmentors.com/bill/2009/12/09/azure-virtual-lab-changes/comment-page-1/#comment-72</link>
		<dc:creator>Cory 'SyntaxC4' Fowler</dc:creator>
		<pubDate>Thu, 24 Dec 2009 02:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=69#comment-72</guid>
		<description>Hi Bill,

I&#039;m taking a look at your AzureStorageClient class, there is a reference to a Globals class within the file. I can&#039;t seem to find the namespace it belongs to.  Could you point me in the right Direction?

Thanks,

Cory</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>I&#8217;m taking a look at your AzureStorageClient class, there is a reference to a Globals class within the file. I can&#8217;t seem to find the namespace it belongs to.  Could you point me in the right Direction?</p>
<p>Thanks,</p>
<p>Cory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration Files and Windows Azure by Alex Preston</title>
		<link>http://blogs.itmentors.com/bill/2009/11/04/configuration-files-and-windows-azure/comment-page-1/#comment-67</link>
		<dc:creator>Alex Preston</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=58#comment-67</guid>
		<description>Thanks for posting this, great help, going to try it out soon.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, great help, going to try it out soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Azure Virtual Lab Changes by Cory Fowler</title>
		<link>http://blogs.itmentors.com/bill/2009/12/09/azure-virtual-lab-changes/comment-page-1/#comment-63</link>
		<dc:creator>Cory Fowler</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=69#comment-63</guid>
		<description>I wrote 2 blog posts about some of the namespace changes.  I also have a few more on the way about some more things that were separated.  Check out http://blog.syntaxc4.net</description>
		<content:encoded><![CDATA[<p>I wrote 2 blog posts about some of the namespace changes.  I also have a few more on the way about some more things that were separated.  Check out <a href="http://blog.syntaxc4.net" rel="nofollow">http://blog.syntaxc4.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating Web Applications to Windows Azure by Dima</title>
		<link>http://blogs.itmentors.com/bill/2009/10/30/migrating-web-applications-to-windows-azure/comment-page-1/#comment-61</link>
		<dc:creator>Dima</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=50#comment-61</guid>
		<description>Sonald: well, you are going to create the app for traditional platform right? so you are married to it?

Time will show, that now we have two hosting platforms and both have equal rights to exist. You will have to write an app and make that choice.</description>
		<content:encoded><![CDATA[<p>Sonald: well, you are going to create the app for traditional platform right? so you are married to it?</p>
<p>Time will show, that now we have two hosting platforms and both have equal rights to exist. You will have to write an app and make that choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
