<?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 - Silverlight 4 Beta Networking. Part 3 - HTTP POST</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/mtaulty/Silverlight-4-Beta-Networking-Part-3-HTTP-POST/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/528921_100x75.jpg</url>
		<title>Channel 9 - Silverlight 4 Beta Networking. Part 3 - HTTP POST</title>
		<link></link>
	</image>
	<description>
A set of short screencasts providing a &amp;quot;tour&amp;quot; of the network capabilites in the Silverlight 4 beta. We&#39;ll look at raw HTTP access, socket access and WCF capabilities. 
In this video, we take a look at doing a simple HTTP&amp;nbsp;POST with both the WebClient and HttpWebRequest/Response APIs. 
The next video in this series&amp;nbsp;is here and the previous videos are;Part 1 - WebClient and HTTP GET, XMLPart 2 - WebClient and HTTP GET, RSS, ATOM, JSON 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 00:51:18 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 00:51:18 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Silverlight 4 Beta Networking. Part 3 - HTTP POST</title>
		<description>
			<![CDATA[
<p>Am I thinking right? I can ues the HttpWebRequest/Response APIs to send a querry to the server,&nbsp; run the querry&nbsp;over a&nbsp;large XML file on the server&nbsp;and returns just the xml nodes I wish to display/manupulte on the client.&nbsp;&nbsp;A poor mans data base call? Is
 there anything really wrong with doing this?</p>
<p>posted by Mike Greenway</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Silverlight-4-Beta-Networking-Part-3-HTTP-POST#c634030689490000000</link>
		<pubDate>Mon, 01 Mar 2010 19:35:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Silverlight-4-Beta-Networking-Part-3-HTTP-POST#c634030689490000000</guid>
		<dc:creator>Mike Greenway</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight 4 Beta Networking. Part 3 - HTTP POST</title>
		<description>
			<![CDATA[
<p>Yes, you can do that if you like. Or you can use WCF and do a similar thing via SOAP services and get a nicer programming model. Or you can use a framework like WCF Data Services to expose a data model ( Entity Framework/LINQ to SQL/Custom ) from the server
 side over easy to access RESTful services including a standard for how a URI can represent the query over that data.&nbsp;WCF RIA Services would be another choice at a higher level of abstraction stil..</p>
<p>&nbsp;</p>
<p>Lots of choices... </p>
<p>posted by mtaulty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Silverlight-4-Beta-Networking-Part-3-HTTP-POST#c634036905100000000</link>
		<pubDate>Tue, 09 Mar 2010 00:15:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Silverlight-4-Beta-Networking-Part-3-HTTP-POST#c634036905100000000</guid>
		<dc:creator>mtaulty</dc:creator>
	</item>
</channel>
</rss>