<?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>Sat, 17 Apr 2010 11:12:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Configuration Files and Windows Azure by Arjan Einbu</title>
		<link>http://blogs.itmentors.com/bill/2009/11/04/configuration-files-and-windows-azure/comment-page-1/#comment-180</link>
		<dc:creator>Arjan Einbu</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=58#comment-180</guid>
		<description>Problem solved: The class is no longer called RoleManager. I&#039;ve found the requirede functionality in the RoleEnvironment class (in the Microsoft.WindowsAzure.ServiceRuntime namespace and assembly)

RoleEnvironment.GetConfigurationSetting(key) and RoleEnvironment.IsAvailable;</description>
		<content:encoded><![CDATA[<p>Problem solved: The class is no longer called RoleManager. I&#8217;ve found the requirede functionality in the RoleEnvironment class (in the Microsoft.WindowsAzure.ServiceRuntime namespace and assembly)</p>
<p>RoleEnvironment.GetConfigurationSetting(key) and RoleEnvironment.IsAvailable;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration Files and Windows Azure by Arjan Einbu</title>
		<link>http://blogs.itmentors.com/bill/2009/11/04/configuration-files-and-windows-azure/comment-page-1/#comment-179</link>
		<dc:creator>Arjan Einbu</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=58#comment-179</guid>
		<description>Where do I find this RoleManager class?</description>
		<content:encoded><![CDATA[<p>Where do I find this RoleManager class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration Files and Windows Azure by Srinath Patil</title>
		<link>http://blogs.itmentors.com/bill/2009/11/04/configuration-files-and-windows-azure/comment-page-1/#comment-177</link>
		<dc:creator>Srinath Patil</dc:creator>
		<pubDate>Fri, 16 Apr 2010 22:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.itmentors.com/bill/?p=58#comment-177</guid>
		<description>Can you please enlighten me on the way to access the Azure log. As I believe the rolemanager class does not work and we will have to use System.Diagnostics.Trace and System.Diagnostics.Debug for the logs. Please let me know if I am wrong or if you have a application. can you please share it with me</description>
		<content:encoded><![CDATA[<p>Can you please enlighten me on the way to access the Azure log. As I believe the rolemanager class does not work and we will have to use System.Diagnostics.Trace and System.Diagnostics.Debug for the logs. Please let me know if I am wrong or if you have a application. can you please share it with me</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

