<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Suman Chakrabarti - SharePoint and ASP.NET blog : WCF</title><link>http://blogs.msdn.com/sumanc/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Working on my first WPF/WCF app for a customer...</title><link>http://blogs.msdn.com/sumanc/archive/2009/09/24/working-on-my-first-wpf-wcf-app-for-a-customer.aspx</link><pubDate>Fri, 25 Sep 2009 04:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9899271</guid><dc:creator>Suman Chakrabarti</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sumanc/comments/9899271.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sumanc/commentrss.aspx?PostID=9899271</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sumanc/rsscomments.aspx?PostID=9899271</wfw:comment><description>&lt;p&gt;This is the first app that I get to work on for a customer that uses WPF and WCF. I'm finding the XML to be a bit cumbersome. Although the tools do help you get things right with WPF, I think the WCF tools are complicated.&lt;/p&gt;&lt;p&gt;I believe the next steps for these tools should be some updated tools for network monitoring, client and server certificate management, and some authentication test tools. It seems like every time I build a WCF app, I get stuck trying to figure out why the connection isn't authenticating properly...eh, probably lack of experience.&lt;/p&gt;&lt;p&gt;Anyways, What I've found in addition to it is an API for DirectShow for .NET. This API enables my .NET app to get video from the computer's camera and capture an image.&lt;/p&gt;&lt;p&gt;Ahh, after quite a few months on a tough project, It's great to write a technical blog again...&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9899271" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sumanc/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/sumanc/archive/tags/WPF/default.aspx">WPF</category></item><item><title>Presentation at CodeCamp Pittsburgh</title><link>http://blogs.msdn.com/sumanc/archive/2008/04/14/presentation-at-codecamp-pittsburgh.aspx</link><pubDate>Mon, 14 Apr 2008 18:47:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8393189</guid><dc:creator>Suman Chakrabarti</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sumanc/comments/8393189.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sumanc/commentrss.aspx?PostID=8393189</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sumanc/rsscomments.aspx?PostID=8393189</wfw:comment><description>&lt;p&gt;I presented a Silverlight 1.0/2.0 demonstration yesterday at CodeCamp and it went quite well. Most importantly, it compiled; hey, that's half the battle.&lt;/p&gt;  &lt;p&gt;The talk started out about how POX is not truly a ReST service because POX services are not usually provided as post-able services that control and manage information processing. With POX services, the idea is really to share the information with the user interface. So, I put together a service that provided customer order information from the AdventureWorks catalog. The information was provided in JSON format to the front end Silverlight 1.0 and 2.0 interface.&lt;/p&gt;  &lt;p&gt;The Silverlight 1.0 portion of the demo went really fast, mainly because I kept the JavaScript in code snippets so I wouldn't end up debugging any of it. The Silverlight 2.0 piece took some time because I had to write all the code from scratch because I forgot to save the code in snippets. It did look like I knew what I was doing, though.&lt;/p&gt;  &lt;p&gt;Anyways, thanks to Mike Snell, Craig Oaks, and Dave Hoerster for hosting CodeCamp! It was a fun time and I got to eat burritos.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8393189" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sumanc/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/sumanc/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/sumanc/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Presenting at Pittsburgh Code Camp - WCF POX/ReST Services with Silverlight 1.0 and 2.0</title><link>http://blogs.msdn.com/sumanc/archive/2008/03/26/presenting-at-pittsburgh-code-camp-wcf-pox-rest-services-with-silverlight-1-0-and-2-0.aspx</link><pubDate>Wed, 26 Mar 2008 16:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337731</guid><dc:creator>Suman Chakrabarti</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sumanc/comments/8337731.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sumanc/commentrss.aspx?PostID=8337731</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sumanc/rsscomments.aspx?PostID=8337731</wfw:comment><description>I'm&amp;nbsp;speaking at &lt;A class="" title="Code Camp (Pittsburgh)" href="http://www.pghdotnet.org/CodeCamp/" mce_href="http://www.pghdotnet.org/CodeCamp/"&gt;Pittsburgh's Code Camp&lt;/A&gt; on April 12th located at University of Pittsburgh's Sennott Square. I'll be presenting POX services using WCF and ReST (although many will agree that POX is not truly ReST) to supply data to a Silverlight 1.0 application and I will use the same services with a Silverlight 2.0 application.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8337731" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sumanc/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/sumanc/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>