<?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 - WCF 101 Demo (a la Notepad)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/255473_100x75.jpg</url>
		<title>Channel 9 - WCF 101 Demo (a la Notepad)</title>
		<link></link>
	</image>
	<description>WCF is all about services. Its features cover a broad spectrum of functionality - ranging from WS-* based interoperability to URI-centric REST architectures. As a result of these capabilities, there are many configuration &amp;quot;knobs&amp;quot; in the WCF API. These&amp;nbsp;features
 and their associated API sometimes leads to confusion, especially when first approaching WCF. Rather than attempt to tunnel into all of the the nuanced capabilities of WCF, this screencast focuses on the high-points of WCF. In just a few minutes (eight I think),
 I build a&amp;nbsp;receiving application (service), a sending application (client), and change both several times.

This demo is very similar to the one I normally give in my WCF 101 talks.&amp;nbsp;I&#39;ve found that this approach helps WCF newcomers focus on the basics. After all, understanding the basics must come before understanding nuances.

</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 12:38:09 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 12:38:09 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[this is simply awesome! Thanks justin, I am now fan of your videos!! They are simple yet effective.. please give more like this on new things which are coming out!<p>posted by jigarmehtamscit</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633173635360000000</link>
		<pubDate>Wed, 13 Jun 2007 20:32:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633173635360000000</guid>
		<dc:creator>jigarmehtamscit</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[Cool - I am glad you like the video.<br>
<br>
Here are some others I am planning:<br>
1) WCF and Message Encodings<br>
2) WCF and WS-*<br>
3) WCF Architecture (short and extended versions)<br>
4) The Web via WCF in Orcas (short and extended versions)<br>
5) Syndication in .NET Fx 3.5<br>
<br>
I am open to other ideas -- if you have suggestions / comments I'd love to hear em.<br>
<br>
--Justin Smith<p>posted by justinjsmith</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633173703620000000</link>
		<pubDate>Wed, 13 Jun 2007 22:26:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633173703620000000</guid>
		<dc:creator>justinjsmith</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[Cool presentation! I’m looking for guidance on how to consume WCF Service using an asp.net client, can you point me in the right direction<p>posted by SFarmar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633174969320000000</link>
		<pubDate>Fri, 15 Jun 2007 09:35:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633174969320000000</guid>
		<dc:creator>SFarmar</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[It is hard for a Browser to&nbsp;process the XML returned from a .NET Fx 3.0 service. If you want to do that, then I suggest using Orcas (.NET Fx 3.5 beta). JSON messaging is introduced in that release.<br>
<br>
If you want to consume a WCF service from an ASP.NET application (in a managed language), then you don't have to do anything different from what I show. Just new up a ChannelFactory&lt;T&gt; (or ClientBase&lt;T&gt;) and you are good to go. For reference, a svcutil.exe
 generates a ClientBase&lt;T&gt; for you (<a href="http://msdn2.microsoft.com/en-us/library/aa347733.aspx">http://msdn2.microsoft.com/en-us/library/aa347733.aspx</a>).<br>
<br>
--Justin Smith<br>
<a href="http://blogs.msdn.com/justinjsmith">http://blogs.msdn.com/justinjsmith</a><br>
<p>posted by justinjsmith</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633180360050000000</link>
		<pubDate>Thu, 21 Jun 2007 15:20:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633180360050000000</guid>
		<dc:creator>justinjsmith</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[Hi Justin,<br>
<br>
This is very good and informative.<br>
<br>
Do you&nbsp;have video&nbsp;which explains WCF throttling?<br>
<br>
Please help me out for this.<br>
<br>
Thanks &amp; Best Regards,<br>
Girish Kumar V<p>posted by girish_target</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633205679380000000</link>
		<pubDate>Fri, 20 Jul 2007 22:38:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633205679380000000</guid>
		<dc:creator>girish_target</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[At my company we are looking at different communication frameworks for a future distributed application.
<br>
Some clients and services have to run on Linux and Unix.<br>
A framework specially designed for distributed environment should support many OSes.<br>
What are the odds&nbsp; for WCF to run on other OS-es. Thanks.<br>
<br>
<p>posted by mariusss</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633707517170000000</link>
		<pubDate>Fri, 20 Feb 2009 18:35:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633707517170000000</guid>
		<dc:creator>mariusss</dc:creator>
	</item>
	<item>
		<title>Re: WCF 101 Demo (a la Notepad)</title>
		<description>
			<![CDATA[
<p>WCF can not run on other OS such linux so far,as I know.</p>
<p>Microsoft seems does want to ransplant it to other plantform.</p>
<p>posted by Frank Xu Lei</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633922250010000000</link>
		<pubDate>Tue, 27 Oct 2009 07:23:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/The+EndPoint/WCF-101-Demo-a-la-Notepad#c633922250010000000</guid>
		<dc:creator>Frank Xu Lei</dc:creator>
	</item>
</channel>
</rss>