
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ent="http://www.purl.org/NET/ENT/1.0/">
	<channel>
		<title>PDC Bloggers Stephen Forte</title>
		<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category</link>
		<description></description>
		<managingEditor>drew@techedbloggers.net</managingEditor>
		<lastBuildDate>Thu, 04 Dec 2008 17:56:16 GMT</lastBuildDate>
		<generator>Ashton RssHandler</generator>
		<image>
			<url>http://techedbloggers.net/images/TechEd_Bloggers_small.gif</url>
			<title>TechEd Bloggers</title>
			<link>http://PDCBloggers.net</link>
		</image>
		
					<item>
						
						<title>Using a TSQL Common Table Expression to Find Dupe Records</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24449.item</link>
						<pubDate>Mon, 10 Nov 2008 17:21:30 GMT</pubDate>
						<category>SQL Server</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24449.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3609' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/SQL_Server.category'>SQL Server</ent:topic>
							
								<ent:topic ent:id='3620' ent:classification='SECT' ent:href='http://InDepthTalk.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24449.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"Here is a cool TSQL tip...You can use a Common Table Expression in SQL Server 2005 or 2008 to look up the “parents” using an aggregate HAVING clause. Then you join to the CTE to the Product table on the Product_Name field as well as the Product_ID field, but using the &gt; indicator, so we only return the “children”..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/SQL_Server/Feed.list&quot;&gt;SQL Server&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Sample Code LINQ To REST Data</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24441.item</link>
						<pubDate>Fri, 07 Nov 2008 17:40:43 GMT</pubDate>
						<category>SQL Server</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24441.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3609' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/SQL_Server.category'>SQL Server</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24441.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"I have a simple Astoria service here. Let’s take a look at how to talk to it via LINQ to REST. First you have to set a reference to System.Data.Services.Client and then pull in the namespace like so...Next you have to create an anonymous type to hold your data. Since we are modeling the Customer entity in my Astoria service..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/SQL_Server/Feed.list&quot;&gt;SQL Server&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Table Value Parameters Makes Life Easier for C# Developers</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24421.item</link>
						<pubDate>Wed, 05 Nov 2008 21:53:03 GMT</pubDate>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24421.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='4245' ent:classification='SECT' ent:href='http://TechEdBloggers.net/TechEd2008/Tracks/Developer_Tools_and_Languages.category'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
I want to show a new feature about using Table Valued Parameters (TVP) in a stored procedure and then calling it from an ASP .NET page or any other .NET client using ADO.NET...Have you ever passed in a CSV string to a DAL or stored procedure or even an XML data type, then parsed it and executed some SQL? TVP will eliminate that.  Here is an example:
</description>


					</item>
				
					<item>
						
						<title>Table Value Parameters Makes Life Easier for C# Developers</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24414.item</link>
						<pubDate>Wed, 05 Nov 2008 20:09:40 GMT</pubDate>
						<category>NET Framework</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24414.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3620' ent:classification='SECT' ent:href='http://InDepthTalk.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
								<ent:topic ent:id='3624' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/NET_Framework.category'>NET Framework</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24414.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"I want to show a new feature about using Table Valued Parameters (TVP) in a stored procedure and then calling it from an ASP .NET page or any other .NET client using ADO.NET...Have you ever passed in a CSV string to a DAL or stored procedure or even an XML data type, then parsed it and executed some SQL? TVP will eliminate that.  Here is an example:"&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/NET_Framework/Feed.list&quot;&gt;NET Framework&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Windows 7 Installation Experience</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24402.item</link>
						<pubDate>Tue, 04 Nov 2008 03:13:31 GMT</pubDate>
						<category>Windows Server Infrastructure</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24402.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='4267' ent:classification='SECT' ent:href='http://TechEdBloggers.net/TechEd2008/Tracks/Windows_Server_Infrastructure.category'>Windows Server Infrastructure</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24402.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"It has only been one day but Windows 7 appears very stable, has good power management, and is fast. It also is pretty slick looking with the Avalon UI stuff turned on..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://TechEdBloggers.net/Feed.list&quot;&gt;TechEdBloggers.net&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Feed.list&quot;&gt;TechEd2008&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Tracks/Feed.list&quot;&gt;Tracks&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Tracks/Windows_Server_Infrastructure/Feed.list&quot;&gt;Windows Server Infrastructure&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Will Windows Azure Succeed?</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24391.item</link>
						<pubDate>Mon, 03 Nov 2008 19:04:35 GMT</pubDate>
						<category>Business Intelligence</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24391.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='4243' ent:classification='SECT' ent:href='http://TechEdBloggers.net/TechEd2008/Tracks/Business_Intelligence.category'>Business Intelligence</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24391.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"...It may take years for the shift to be complete, but it will happen. It just makes sense to have your applications hosted in the cloud...NET Services (formerly BizTalk Services) in the cloud will get adopted by developers as it matures and as apps get moved to the cloud. SQL Services will get adopted in version 2 when you can do more relational features...Bottom line is that Azure will succeed, but it will take time..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://TechEdBloggers.net/Feed.list&quot;&gt;TechEdBloggers.net&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Feed.list&quot;&gt;TechEd2008&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Tracks/Feed.list&quot;&gt;Tracks&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/TechEd2008/Tracks/Business_Intelligence/Feed.list&quot;&gt;Business Intelligence&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Windows 7 Installation Experience</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24386.item</link>
						<pubDate>Mon, 03 Nov 2008 18:50:40 GMT</pubDate>
						<category>Windows Server</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24386.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3611' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/Windows_Server.category'>Windows Server</ent:topic>
							
								<ent:topic ent:id='4497' ent:classification='SECT' ent:href='http://ITProMomentum.indepthtalk.net/Tracks/Windows_Server_Infrastructure.category'>Windows Server Infrastructure</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24386.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"It has only been one day but Windows 7 appears very stable, has good power management, and is fast. It also is pretty slick looking with the Avalon UI stuff turned on..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Windows_Server/Feed.list&quot;&gt;Windows Server&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://ITProMomentum.indepthtalk.net/Feed.list&quot;&gt;ITProMomentum.indepthtalk.net&lt;/a&gt; : &lt;a href=&quot;http://ITProMomentum.indepthtalk.net/Tracks/Feed.list&quot;&gt;Tracks&lt;/a&gt; : &lt;a href=&quot;http://ITProMomentum.indepthtalk.net/Tracks/Windows_Server_Infrastructure/Feed.list&quot;&gt;Windows Server Infrastructure&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Will Windows Azure Succeed?</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24379.item</link>
						<pubDate>Mon, 03 Nov 2008 18:48:06 GMT</pubDate>
						<category>Business Intelligence</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24379.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3620' ent:classification='SECT' ent:href='http://InDepthTalk.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
								<ent:topic ent:id='3646' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/Business_Intelligence.category'>Business Intelligence</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24379.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"...It may take years for the shift to be complete, but it will happen. It just makes sense to have your applications hosted in the cloud...NET Services (formerly BizTalk Services) in the cloud will get adopted by developers as it matures and as apps get moved to the cloud. SQL Services will get adopted in version 2 when you can do more relational features...Bottom line is that Azure will succeed, but it will take time..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Business_Intelligence/Feed.list&quot;&gt;Business Intelligence&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Thoughts From the PDC</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24370.item</link>
						<pubDate>Fri, 31 Oct 2008 18:09:13 GMT</pubDate>
						<category>TechTalk</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24370.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3701' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/TechTalk.category'>TechTalk</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24370.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"&lt;img src=&quot;http://www.theregion.com/images/extras/PDCnoggin.gif&quot; align =&quot;right&quot; width=&quot;100&quot; height=&quot;135&quot; alt=&quot;PDCnoggin&quot;&gt;Here are some conclusions that I have drawn from four days at the PDC. Microsoft did not say any of this, but I have drawn these conclusions based on their messages and behaviors at PDC. Here they are and by no means is this an exhaustive list, it is just based on my personal experience this week:"&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/TechTalk/Feed.list&quot;&gt;TechTalk&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Oslo: A New Modeling Platform Application </title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24324.item</link>
						<pubDate>Wed, 29 Oct 2008 01:52:35 GMT</pubDate>
						<category>Office System</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24324.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3607' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/Office_System.category'>Office System</ent:topic>
							
								<ent:topic ent:id='3624' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/NET_Framework.category'>NET Framework</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24324.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"&lt;img src=&quot;http://www.theregion.com/images/extras/PDCnoggin.gif&quot; align =&quot;right&quot; width=&quot;100&quot; height=&quot;135&quot; alt=&quot;PDCnoggin&quot;&gt;Oslo is a new modeling platform for application development that revolves around a language (M), a tool (quadrant), and a repository (SQL Server). M is a language where you can model your application and data as well as create your own contextual Domain Specific Languages (DSL)....Here is a simple speak peek at M in general,"&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Office_System/Feed.list&quot;&gt;Office System&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/NET_Framework/Feed.list&quot;&gt;NET Framework&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Getting Serious About the Cloud: PDC Recap</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24315.item</link>
						<pubDate>Tue, 28 Oct 2008 19:08:03 GMT</pubDate>
						<category>TechTalk</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24315.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3701' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/TechTalk.category'>TechTalk</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24315.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"&lt;img src=&quot;http://www.theregion.com/images/extras/PDCnoggin.gif&quot; align =&quot;right&quot; width=&quot;100&quot; height=&quot;135&quot; alt=&quot;PDCnoggin&quot;&gt;Microsoft is finally getting serious about the cloud by offering storage, hosting, SQL, and .NET services in the cloud. This changes the economics of producing software as well as how we think about infrastructure. Hosting, bandwidth, storage, and management are not a commodity...C# 4.0 is entering the world of dynamic languages by adding a static type called dynamic...."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/TechTalk/Feed.list&quot;&gt;TechTalk&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Dublin - Code Name for WCF and WF 4.0 Features and Improvements</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24042.item</link>
						<pubDate>Thu, 02 Oct 2008 18:14:28 GMT</pubDate>
						<category>Windows Communication Foundation</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24042.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3623' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/Windows_Communication_Foundation.category'>Windows Communication Foundation</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/24042.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"...Dublin is not really an application server, it is an upgrade of WCF, WF, WAS, and all of the application hosting capabilities built into Windows Server. This combination of enhancements will make it far easier to build composite applications......This is good news for developers and it is nice to see Microsoft take REST very seriously...Check it out."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Windows_Communication_Foundation/Feed.list&quot;&gt;Windows Communication Foundation&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>EF Makes it Easy to Expose Your Data in the Cloud</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23899.item</link>
						<pubDate>Fri, 19 Sep 2008 16:57:46 GMT</pubDate>
						<category>NET Framework</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23899.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3624' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/NET_Framework.category'>NET Framework</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23899.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"&lt;img src=&quot;http://www.stephenforte.net/content/binary/WindowsLiveWriter/ADO.NETDataServicesDataintheCloud_E33D/image_thumb.png&quot; align =&quot;right&quot; width=&quot;126&quot; height=&quot;89&quot;&gt;What you may not have heard about is just how easy the EF makes it to expose your data as a cloud service in ATOM format over the REST protocol. I'll show you just how easy it is to do here....You can even filter inside of the URI with some rudimentary WHERE clauses...you can also bind this data via client side JavaScript..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/NET_Framework/Feed.list&quot;&gt;NET Framework&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>ADO .NET Data Services: Data in the Cloud</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23583.item</link>
						<pubDate>Tue, 19 Aug 2008 18:17:56 GMT</pubDate>
						<category>NET Framework</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23583.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3624' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/NET_Framework.category'>NET Framework</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23583.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"&lt;img src=&quot;http://www.stephenforte.net/content/binary/WindowsLiveWriter/ADO.NETDataServicesDataintheCloud_E33D/image_thumb_4.png&quot; align =&quot;right&quot; width=&quot;102&quot; height=&quot;71&quot;&gt;What you may not have heard about is just how easy the EF makes it to expose your data as a cloud service in ATOM format over the REST protocol. I'll show you just how easy it is to do here..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/NET_Framework/Feed.list&quot;&gt;NET Framework&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Fix for Error on SQL Server 2008 RC0</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23054.item</link>
						<pubDate>Mon, 30 Jun 2008 23:48:53 GMT</pubDate>
						<category>SQL Server</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23054.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3609' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/SQL_Server.category'>SQL Server</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23054.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"if you have Red Gate SQL Prompt software installed, as I did, it leaves a bad registry key...how to fix it..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/SQL_Server/Feed.list&quot;&gt;SQL Server&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>EF Firestorm - Impedance Mismatch</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23036.item</link>
						<pubDate>Fri, 27 Jun 2008 21:49:02 GMT</pubDate>
						<category>SQL Server</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23036.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3609' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/SQL_Server.category'>SQL Server</ent:topic>
							
								<ent:topic ent:id='3620' ent:classification='SECT' ent:href='http://InDepthTalk.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
								<ent:topic ent:id='3624' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/NET_Framework.category'>NET Framework</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/23036.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"...The premise of EF, LINQ, nHybernate...is that the set-based paradigm causes an “impedance mismatch” between data access and all the other coding we do.  And it’s ORM to the rescue to resolve the mismatch....So ORMs are trying to solve the issue of data access in a way that C# and VB developers can understand: objects, procedural, etc.  That is why they are doomed to fail..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/SQL_Server/Feed.list&quot;&gt;SQL Server&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/NET_Framework/Feed.list&quot;&gt;NET Framework&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>The Impending Cloud Computing Battle</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22961.item</link>
						<pubDate>Fri, 20 Jun 2008 19:02:23 GMT</pubDate>
						<category>Editor's Picks</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22961.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3489' ent:classification='SECT' ent:href='http://TechEdBloggers.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22961.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"So many critics of Microsoft say that they are missing the boat by not putting MS Office up in the cloud to compete with Google Apps…Judging from the PDC content, with sessions all around Microsoft Cloud services, I think that [Microsoft] get[s] it..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://TechEdBloggers.net/Feed.list&quot;&gt;TechEdBloggers.net&lt;/a&gt; : &lt;a href=&quot;http://TechEdBloggers.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>The Impending Cloud Computing Battle</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22959.item</link>
						<pubDate>Fri, 20 Jun 2008 18:53:19 GMT</pubDate>
						<category>Editor's Picks</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22959.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3620' ent:classification='SECT' ent:href='http://InDepthTalk.net/Editors_Picks.category'>Editors Picks</ent:topic>
							
								<ent:topic ent:id='3701' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/TechTalk.category'>TechTalk</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22959.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"So many critics of Microsoft say that they are missing the boat by not putting MS Office up in the cloud to compete with Google Apps…Judging from the PDC content, with sessions all around Microsoft Cloud services, I think that [Microsoft] get[s] it..."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Editors_Picks/Feed.list&quot;&gt;Editors Picks&lt;/a&gt; &lt;br/&gt;
	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/TechTalk/Feed.list&quot;&gt;TechTalk&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Final nail in the Microsoft-Yahoo merger - now Plan B</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22865.item</link>
						<pubDate>Fri, 13 Jun 2008 18:47:51 GMT</pubDate>
						<category>TechTalk</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22865.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3701' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/TechTalk.category'>TechTalk</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22865.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"So the real question is &quot;what's next&quot; for Microsoft. They have three options at a high level: Go Nuclear. Launch an all out court battle against Google-Yahoo starting with a lobbying effort...Do nothing. Remember how big and bad AOL was 10 years ago?...Acquire a large portal. This is an attractive option, but nobody has the eyeballs that Yahoo! has...which would you choose?"&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/TechTalk/Feed.list&quot;&gt;TechTalk&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Innovations happen at the intersection - BillG is at one</title>
						<link>http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22548.item</link>
						<pubDate>Wed, 04 Jun 2008 14:11:55 GMT</pubDate>
						<category>TechTalk</category>
						<guid isPermaLink="true">http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22548.item</guid>
						<author>Stephen Forte</author>
						<ent:cloud ent:href="http://PDCBloggers.net">
						
								<ent:topic ent:id='130' ent:classification='BLOG' ent:href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte.category'>Stephen Forte</ent:topic>
							
								<ent:topic ent:id='3701' ent:classification='SECT' ent:href='http://InDepthTalk.net/Topics/TechTalk.category'>TechTalk</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/22548.item'&gt;Stephen Forte&lt;/a&gt; writes
&lt;i&gt;"..I had lots of questions sent to me by readers of this blog ranging from &quot;What's next&quot;...I have to say that it was really inspirational to talk the whole time with him about non-technical issues (not a single techie question was asked). Here is a man who is one of the greatest technical minds (still!) around, the chairman of a Fortune 500 company, and we talked about his passion for his foundation."&lt;/i&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Feed.list&quot;&gt;Bloggers&lt;/a&gt; : &lt;a href=&quot;http://pdcbloggers.net/Directory/Bloggers/Stephen_Forte/Feed.list&quot;&gt;Stephen Forte&lt;/a&gt; &lt;br/&gt;

	

	&lt;a href=&quot;http://InDepthTalk.net/Feed.list&quot;&gt;InDepthTalk.net&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/Feed.list&quot;&gt;Topics&lt;/a&gt; : &lt;a href=&quot;http://InDepthTalk.net/Topics/TechTalk/Feed.list&quot;&gt;TechTalk&lt;/a&gt; &lt;br/&gt;
	
&lt;/small&gt;
</description>
	


					</item>
				
	</channel>
</rss>