<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Building N-Tier Applications in Visual Studio 2008</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/257531_100x75.jpg</url>
		<title>Channel 9 - Building N-Tier Applications in Visual Studio 2008</title>
		<link></link>
	</image>
	<description>In this in interview 
John Stallo, a Program Manager on the Visual Basic Team, talks about WCF and simple N-Tier applications. He talks about a specific architecture scenario and some of the pain points we have building n-tier applications
 today. He then walks us through the improvements made in the DataSet Designer that physically separates the data access from the structure and validation code and then quickly creates a WCF service and a client that demonstrates this architecture.


Here&#39;s the 
step-by-step walkthrough of what&amp;nbsp;John demonstrates.&amp;nbsp;





0:00 – 1:33 


Intro 




1:33 


Architecture discussion 




6:30 


N-tier project layout 




7:15 


Separating data access code (TableAdapters) from the structure (DataSet) 




10:36 


Adding validation code  




12:55 


Creating the WCF service 




15:31 


Adding the service reference on the client and reusing types 




19:17 


Databinding to the client form and calling the service 




</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 17:01:06 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 17:01:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[
<p>Very good video.&nbsp; This sample application in VB .Net 2008 could be very useful to many. Can you please post a link to this source?<br>
<br>
Thanks <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by NetRebel</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633269654610000000</link>
		<pubDate>Tue, 02 Oct 2007 23:44:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633269654610000000</guid>
		<dc:creator>NetRebel</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[
<p>I don't have the sample application used but I'm working on a set of How-Do-I videos that will be posted on the
<a href="http://msdn.com/vbasic">VB Dev Center</a> when they are ready. Thanks!</p>
<p>posted by funkyonex</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633269674520000000</link>
		<pubDate>Wed, 03 Oct 2007 00:17:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633269674520000000</guid>
		<dc:creator>funkyonex</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[C# Tutorial available <a href="http://dudleigh.blogspot.com/2007/10/windows-communication-foundation.html">
here</a><p>posted by Dudleigh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633270325000000000</link>
		<pubDate>Wed, 03 Oct 2007 18:21:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633270325000000000</guid>
		<dc:creator>Dudleigh</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[
<p>Thanks for the planned post of these videos. </p>
<p>This sample application using an N-tier layout as illustrated in this video when combined with the (new) separation of of the TableAdapters and DataSet is just something that will be gold to have a sample of for learning reference.</p>
<p>posted by NetRebel</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633270970110000000</link>
		<pubDate>Thu, 04 Oct 2007 12:16:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633270970110000000</guid>
		<dc:creator>NetRebel</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[I'm a bit behind on the videos but <a href="http://blogs.msdn.com/vbteam/archive/2007/08/30/A-Walkthrough-of-WCF-Support-in-Visual-Studio-2008.aspx">
here's the link to the step-by-step walkthrough</a>.<p>posted by funkyonex</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633276306660000000</link>
		<pubDate>Wed, 10 Oct 2007 16:31:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633276306660000000</guid>
		<dc:creator>funkyonex</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[john did said that you are preparing a tutorial on N-Tier in how Do I vedioes I have cheacked this ection but did not find what you said you going to do - so whats happning<p>posted by fguerrache</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633333645780000000</link>
		<pubDate>Sun, 16 Dec 2007 01:16:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633333645780000000</guid>
		<dc:creator>fguerrache</dc:creator>
	</item>
	<item>
		<title>Re: Building N-Tier Applications in Visual Studio 2008</title>
		<description>
			<![CDATA[Hi fguerrache,<br>
&nbsp;<br>
I am behind on the How-Do-I videos but the walkthrough link I posted above details what is involved. I'll get back on the videos right after the holidays!<br>
<br>
Thanks for your patience. <br>
-Beth<p>posted by funkyonex</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633337091940000000</link>
		<pubDate>Thu, 20 Dec 2007 00:59:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/funkyonex/Building-N-Tier-Applications-in-Visual-Studio-2008#c633337091940000000</guid>
		<dc:creator>funkyonex</dc:creator>
	</item>
</channel>
</rss>