<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechBubbles &#187; REST</title>
	<atom:link href="http://www.techbubbles.com/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Apr 2010 23:05:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>REST and SOAP</title>
		<link>http://www.techbubbles.com/webservices/rest-and-soap/</link>
		<comments>http://www.techbubbles.com/webservices/rest-and-soap/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:51:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/rest-and-soap/</guid>
		<description><![CDATA[Which is better SOAP or REST? One of the most common discussions. Both REST and SOAP are different approaches in writing the service oriented applications. REST is an architectural style for building client-server applications. SOAP is a protocol for exchanging data between two endpoints.
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  

It is more appropriate if you compare REST with RPC(remote [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/rest-and-soap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>REST Based WCF Service in ASP.NET 3.5</title>
		<link>http://www.techbubbles.com/aspnet/rest-based-wcf-service-in-aspnet-35/</link>
		<comments>http://www.techbubbles.com/aspnet/rest-based-wcf-service-in-aspnet-35/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 23:38:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[WCF Service]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/wcf/rest-based-wcf-service-in-aspnet-35/</guid>
		<description><![CDATA[Introduction
This post explains you about building a REST-based service using Windows Communication Foundation(WCF) and ASP.NET 3.5. We develop this service without using the SOAP.You can read the REST Overview to get an understanding of what REST is? In simple tetchier statement we can say REST is WCF Web programming model. 

1. Create a new web [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/rest-based-wcf-service-in-aspnet-35/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WCF and REST</title>
		<link>http://www.techbubbles.com/wcf/wcf-and-rest/</link>
		<comments>http://www.techbubbles.com/wcf/wcf-and-rest/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:41:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/wcf/wcf-and-rest/</guid>
		<description><![CDATA[Introduction
WCF is the Microsoft framework for building applications that communicate over network using different protocols. WCF allows the developers to build distributed applications using SOAP. WCF also had the ability to expose and consume REST services.This post explains how to build REST service using WCF.


Note: To build REST Service new infrastructure was added to WCF [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/wcf/wcf-and-rest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>REST Overview</title>
		<link>http://www.techbubbles.com/softwarearchitecture/rest-overview/</link>
		<comments>http://www.techbubbles.com/softwarearchitecture/rest-overview/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 17:05:55 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SoftwareArchitecture]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/softwarearchitecture/rest-overview/</guid>
		<description><![CDATA[Introduction
REST stands for Representational State Transfer,is an architectural style where you can build the software system in which clients(user agents) can make requests to the services[end points]. REST one of the way to implement the client\server architectural style. REST can be used to build software applications in which clients can make requests of services.


In the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/softwarearchitecture/rest-overview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
