<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: Web Services .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/Web-Services/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>GMap.NET - Great Maps for Windows Forms and Presentation</title>
<link>http://www.dotnetcat.com/news/Components/id/14017/</link>
<guid>http://www.dotnetcat.com/news/Components/id/14017/</guid>
<pubDate>Thu, 03 Jun 2010 14:23:00 -0500</pubDate>
<description><![CDATA[GMap.NET is a powerful, free, cross platform, Open Source .NET control. It enables the use of routing, geocoding, and maps from Google, Yahoo!, OpenStreet in Windows Forms and Presentation, and supports caching!]]></description>
<category><![CDATA[Components]]></category>
</item>
<item>
<title>Step by Step Guide to Delicious OAuth API</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/13732/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/13732/</guid>
<pubDate>Sat, 24 Apr 2010 07:19:00 -0500</pubDate>
<description><![CDATA[Learn how to use Delicious OAuth API in your .NET projects with an example]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>Yahoo! Finance Managed</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/13724/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/13724/</guid>
<pubDate>Fri, 23 Apr 2010 09:06:00 -0500</pubDate>
<description><![CDATA[The service that Yahoo! Finance provides to download financial data is nice, but you have to know the right tags and symbols and how to build the URL to use it. This library will undertake this annoying task for you.]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>Using the Amazon Web Service SDK for .NET</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/13494/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/13494/</guid>
<pubDate>Thu, 18 Feb 2010 18:00:00 -0600</pubDate>
<description><![CDATA[The richest set of cloud computing services comes from a little e-commerce company known as Amazon.com. Developers can access the Amazon Web Services (AWS) platform using numerous tools including the .NET platform.Amazon.com is a major player in the cloud computing space and has numerous services available to developers. In late 2009, Amazon released the AWS SDK for .NET. This article will demonstrate using the AWS SDK to create a custom backup service using the Amazon Simple Storage Service (S3).
]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>Accessing Images On Flickr From An ASP.NET Website Using The Flickr.Net Library</title>
<link>http://www.dotnetcat.com/news/ASP.NET/id/11731/</link>
<guid>http://www.dotnetcat.com/news/ASP.NET/id/11731/</guid>
<pubDate>Tue, 15 Sep 2009 19:00:00 -0500</pubDate>
<description><![CDATA[This article explores the open source Flickr API library called &lt;a href=&quot;http://www.codeplex.com/Flickr.Net&quot;&gt;Flickr.Net&lt;/a&gt;, which was created by
&lt;a href=&quot;http://www.flickr.com/photos/samjudson&quot;&gt;Sam Judson&lt;/a&gt; and was used in my aforementioned project. Specifically, well look at how to create an ASP.NET website
that displays a smattering of randomly selected pictures from a particular Flickr user, along with how to show a specific pictures comments (if any exist). And the complete
code in both Visual Basic and C# is available for download at the end of this article.]]></description>
<category><![CDATA[ASP.NET]]></category>
</item>
<item>
<title>Programming Twittering with Visual Basic</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/10836/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/10836/</guid>
<pubDate>Mon, 04 May 2009 20:43:27 -0500</pubDate>
<description><![CDATA[Discover how easy it is to call the Twitter API from your .NET applications.
]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Windows Live Delegated APIs</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/8992/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/8992/</guid>
<pubDate>Fri, 30 May 2008 17:42:51 -0500</pubDate>
<description><![CDATA[The Windows Live APIs now expose a standard authentication technology that lets your Web application access Windows Live user data easily, yet keeps control in the hands of users.]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>United States Postal Service (USPS) Web Tools Wrapper</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/8785/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/8785/</guid>
<pubDate>Thu, 24 Apr 2008 11:10:00 -0500</pubDate>
<description><![CDATA[United States Postal Service (USPS) Web Tools Wrapper is a .NET library you can use for address validation, retrieving rates and YES even printing label.]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>A wrapper for using .NET to submit credit card transactions via the Authorize gateway</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/8743/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/8743/</guid>
<pubDate>Fri, 11 Apr 2008 18:53:00 -0500</pubDate>
<description><![CDATA[Recently, I had to write a website that processes credit card transactions, and I was shocked to find that Authorize, one of the larger payment gateways, did not provide any sort of .NET API. They support HTTP Posting of a string that defines the transaction, and they send back a string that describes the result. So, I wrote a wrapper class for use in our website, and decided to offer it here for anyone else that may need it..]]></description>
<category><![CDATA[Web Services]]></category>
</item>
<item>
<title>Introduction to the Live Search API</title>
<link>http://www.dotnetcat.com/news/Web-Services/id/8638/</link>
<guid>http://www.dotnetcat.com/news/Web-Services/id/8638/</guid>
<pubDate>Thu, 13 Mar 2008 19:00:00 -0500</pubDate>
<description><![CDATA[Have you ever wanted to implement search capabilities on your own Web site but didn't want to implement the logic and deal with issues such as storage and indexing?The Live Search team now offers two different ways to utilize Search on your site: using the Live Search Box or using the Windows Live Search API.
]]></description>
<category><![CDATA[Web Services]]></category>
</item>
</channel>
</rss> 