<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/user/ms_michel/marks/tag/rest,.net">
<title>Public marks from user ms_michel with tags rest &amp; .net</title>
<description>Public marks from user ms_michel with tags rest &amp; .net</description>
<link>http://blogmarks.net/user/ms_michel/marks/tag/rest,.net</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058002253"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1057804318"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1057529712"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1057405672"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1129271"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058282"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/232381"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/177895"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/153271"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/123483"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/111375"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/111370"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/84568"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058002253">
<title>REST Web Services in ASP.Net 2.0 (c#)</title>
<link>http://www.codeproject.com/KB/aspnet/RestServicesInASPNET2.aspx</link>
<description>This article describes how to cheat your way to an elegant url REST web service.</description>
<dc:date>2008-09-29T09:24:32Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codeproject.com/KB/aspnet/RestServicesInASPNET2.aspx"><img border="0" src="http://blogmarks.net/screenshots/2008/09/29/bf984164e7fe3caddafb439b3a944d20.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codeproject.com/KB/aspnet/RestServicesInASPNET2.aspx">REST Web Services in ASP.Net 2.0 (c#)</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">This article describes how to cheat your way to an elegant url REST web service.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058002253">Copy</a> | 
<a href="http://blogmarks.net/link/2915372">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1057804318">
<title>RestLess - A Simple REST Framework</title>
<link>http://ndepth.net/blog/restless-a-simple-rest-framework/</link>
<description></description>
<dc:date>2008-04-21T09:40:41Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ndepth.net/blog/restless-a-simple-rest-framework/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/21/54b26237bc590215998979dae2dee8e1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ndepth.net/blog/restless-a-simple-rest-framework/">RestLess - A Simple REST Framework</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057804318">Copy</a> | 
<a href="http://blogmarks.net/link/2753286">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1057529712">
<title>Keeping web services simple</title>
<link>http://blog.madskristensen.dk/post/Keeping-web-services-simple.aspx</link>
<description>A very small class, RpcService, that let’s you pass plain text both ways over HTTP. The text will probably be XML for a more structured contract, but that’s up to you. The class has a static Send method and a static Receive method.</description>
<dc:date>2007-11-08T10:20:43Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.madskristensen.dk/post/Keeping-web-services-simple.aspx"><img border="0" src="http://blogmarks.net/screenshots/2007/11/08/a18a5bfe84b6fb3fb4d4c224fcdbc83b.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.madskristensen.dk/post/Keeping-web-services-simple.aspx">Keeping web services simple</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">A very small class, RpcService, that let’s you pass plain text both ways over HTTP. The text will probably be XML for a more structured contract, but that’s up to you. The class has a static Send method and a static Receive method.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057529712">Copy</a> | 
<a href="http://blogmarks.net/link/2517254">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1057405672">
<title>Building a REST Web Service, day 1</title>
<link>http://weblogs.asp.net/george_v_reilly/archive/2007/08/14/building-a-rest-web-service-day-1.aspx</link>
<description></description>
<dc:date>2007-08-20T08:45:49Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://weblogs.asp.net/george_v_reilly/archive/2007/08/14/building-a-rest-web-service-day-1.aspx"><img border="0" src="http://blogmarks.net/screenshots/2007/08/20/37907a4f7dfd2d010478acd6a7d3cdc5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://weblogs.asp.net/george_v_reilly/archive/2007/08/14/building-a-rest-web-service-day-1.aspx">Building a REST Web Service, day 1</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057405672">Copy</a> | 
<a href="http://blogmarks.net/link/2408624">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1129271">
<title>Build RESTful ASP.NET Apps</title>
<link>http://www.ftponline.com/vsm/2006_09/magazine/columns/aspnet/</link>
<description>Create a virtual page handler that lets you deliver data directly from your database to your Web users. The app also lets you move your app into the world of REST Web Services.</description>
<dc:date>2006-10-22T13:03:43Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ftponline.com/vsm/2006_09/magazine/columns/aspnet/"><img border="0" src="http://blogmarks.net/screenshots/2006/10/22/6097e77375a6a2cebeb134b691c3cf5e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ftponline.com/vsm/2006_09/magazine/columns/aspnet/">Build RESTful ASP.NET Apps</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Create a virtual page handler that lets you deliver data directly from your database to your Web users. The app also lets you move your app into the world of REST Web Services.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1129271">Copy</a> | 
<a href="http://blogmarks.net/link/1193035">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058282">
<title>Restful.NET</title>
<link>http://intelligencia.com.au/index.php/restfulnet/</link>
<description>A lightweight, open-source .NET library for build and calling REST Web Services.</description>
<dc:date>2007-07-17T09:52:45Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://intelligencia.com.au/index.php/restfulnet/"><img border="0" src="http://blogmarks.net/screenshots/2007/07/17/054799dd000e834ffbadd4356f7ebcb6.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://intelligencia.com.au/index.php/restfulnet/">Restful.NET</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">A lightweight, open-source .NET library for build and calling REST Web Services.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058282">Copy</a> | 
<a href="http://blogmarks.net/link/2359316">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/232381">
<title>Exploiting the Blogger Atom API</title>
<link>http://www.codeproject.com/useritems/nblog.asp</link>
<description>A .Net-based API for interacting with Blogger.com</description>
<dc:date>2005-11-24T15:42:58Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>atom, rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codeproject.com/useritems/nblog.asp"><img border="0" src="http://www.blogmarks.net/screenshots/2005/11/24/914f3cf9551e3c6adcfbbf5d1278d2f1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codeproject.com/useritems/nblog.asp">Exploiting the Blogger Atom API</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">A .Net-based API for interacting with Blogger.com</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/atom">atom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=232381">Copy</a> | 
<a href="http://blogmarks.net/link/352193">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/177895">
<title>Restful.Net</title>
<link>http://sourceforge.net/projects/restfuldotnet/</link>
<description>Restful.Net is a .NET library for easily creating REST web services and web clients. Fully supports gzip compression and provides a clean event-driven model.</description>
<dc:date>2005-10-17T09:56:09Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://sourceforge.net/projects/restfuldotnet/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/10/17/5aa47106aa0344c29cd3939a7769fd62.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://sourceforge.net/projects/restfuldotnet/">Restful.Net</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Restful.Net is a .NET library for easily creating REST web services and web clients. Fully supports gzip compression and provides a clean event-driven model.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=177895">Copy</a> | 
<a href="http://blogmarks.net/link/263088">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/153271">
<title>Wackylabs.Net » Flickr.Net Example Code</title>
<link>http://www.wackylabs.net/2005/09/flickrnet-example-code/</link>
<description>One of the most requested things at the moment is example code, or documentation for the Flickr.Net API LIbrary, so this is the first (of possibly a series) of tutorials, focusing on how to create the Flickr class object, with and without authentication.</description>
<dc:date>2005-09-13T19:09:41Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>rest, .net, web-services, photo-gallery</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.wackylabs.net/2005/09/flickrnet-example-code/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/09/13/69c3b6a6ed7d16daa6471286310b5a86.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.wackylabs.net/2005/09/flickrnet-example-code/">Wackylabs.Net » Flickr.Net Example Code</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/220942">1 other(s)</a> 
<p class="description">One of the most requested things at the moment is example code, or documentation for the Flickr.Net API LIbrary, so this is the first (of possibly a series) of tutorials, focusing on how to create the Flickr class object, with and without authentication.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web-services">web-services</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo-gallery">photo-gallery</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=153271">Copy</a> | 
<a href="http://blogmarks.net/link/220942">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/123483">
<title>bas.Blogmarks.MarkClient C# Client</title>
<link>http://dev.blogmarks.net/wiki/BlogmarksCSharpClient</link>
<description>A C# Client to the blogmarks.net Atom API</description>
<dc:date>2005-08-02T17:23:25Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>atom, rest, .net, c#</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dev.blogmarks.net/wiki/BlogmarksCSharpClient"><img border="0" src="http://www.blogmarks.net/screenshots/2005/08/02/2f711889210891930190840a55e70b8c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dev.blogmarks.net/wiki/BlogmarksCSharpClient">bas.Blogmarks.MarkClient C# Client</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/176584">4 other(s)</a> 
<p class="description">A C# Client to the blogmarks.net Atom API</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/atom">atom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/c%2523">c#</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=123483">Copy</a> | 
<a href="http://blogmarks.net/link/176584">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/111375">
<title>RESTLog.NET</title>
<link>http://www.pocketsoap.com/weblog/stories/2003/04/0020.html</link>
<description>Exemples d'implémentation de l'API RESTLog en .NET : client et serveur.</description>
<dc:date>2005-07-12T07:36:28Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pocketsoap.com/weblog/stories/2003/04/0020.html"><img border="0" src="http://www.blogmarks.net/screenshots/2005/07/12/8e8da4401a8b0ad72d57603a6f3f60bc.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pocketsoap.com/weblog/stories/2003/04/0020.html">RESTLog.NET</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Exemples d'implémentation de l'API RESTLog en .NET : client et serveur.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=111375">Copy</a> | 
<a href="http://blogmarks.net/link/157979">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/111370">
<title>Rest ASP.NET Example</title>
<link>http://www.intertwingly.net/wiki/pie/RestAspNetExample</link>
<description>This page describes how to get an ASP.NET application to work with the PUT and DELETE verbs under IIS on Windows XP Professional</description>
<dc:date>2005-07-12T07:25:03Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.intertwingly.net/wiki/pie/RestAspNetExample"><img border="0" src="http://www.blogmarks.net/screenshots/2005/07/12/9e6b00219be98c4c868ba16b25fc7dc5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.intertwingly.net/wiki/pie/RestAspNetExample">Rest ASP.NET Example</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">This page describes how to get an ASP.NET application to work with the PUT and DELETE verbs under IIS on Windows XP Professional</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=111370">Copy</a> | 
<a href="http://blogmarks.net/link/157969">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/84568">
<title>Apprendre REST - un style d'architecture du Web</title>
<link>http://www.la-grange.net/2005/05/rest/</link>
<description></description>
<dc:date>2005-09-13T19:07:24Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>developpement, rest, .net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.la-grange.net/2005/05/rest/"><img border="0" src="http://blogmarks.net/screenshots/2009/03/31/c80c44b7d153c606be10926161fa2ade.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.la-grange.net/2005/05/rest/">Apprendre REST - un style d'architecture du Web</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/117720">14 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=84568">Copy</a> | 
<a href="http://blogmarks.net/link/117720">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>