<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sharpbox Wiki Rss Feed</title><link>http://sharpbox.codeplex.com/</link><description>sharpbox Wiki Rss Description</description><item><title>New Comment on "SharpBox API Reference"</title><link>http://sharpbox.codeplex.com/wikipage?title=SharpBox API Reference&amp;ANCHOR#C26600</link><description>Any sample code to copy a file or directory&amp;#63;</description><author>MiRos</author><pubDate>Tue, 19 Feb 2013 11:22:22 GMT</pubDate><guid isPermaLink="false">New Comment on "SharpBox API Reference" 20130219112222A</guid></item><item><title>New Comment on "Authorization via web based url"</title><link>http://sharpbox.codeplex.com/wikipage?title=Authorization via web based url&amp;ANCHOR#C25659</link><description>After struggling with fragmented documentation I found a way to bypass the authorize process every time. Of course that means save obtain the accesstoken string and save it or put it in a global variable for further runs.&amp;#10;&amp;#10;            ICloudStorageAccessToken accessToken &amp;#61; null&amp;#59;&amp;#10;            string accessTokenString &amp;#61; &amp;#64;&amp;#34;a big 64 string which will be generated in accessTokenString variable below, after ExchangeDropBoxRequestTokenIntoAccessToken&amp;#34;&amp;#59;&amp;#10;&amp;#10;            CloudStorage dropBoxStorage &amp;#61; new CloudStorage&amp;#40;&amp;#41;&amp;#59;&amp;#10;            DropBoxConfiguration config &amp;#61; CloudStorage.GetCloudConfigurationEasy&amp;#40;nSupportedCloudConfigurations.DropBox&amp;#41; as DropBoxConfiguration&amp;#59;&amp;#10;            if &amp;#40;accessTokenString &amp;#61;&amp;#61; null&amp;#41;&amp;#10;            &amp;#123;&amp;#10;                const string ConsumerKey &amp;#61; &amp;#34;your consumer&amp;#47;app key&amp;#34;&amp;#59;&amp;#10;                const string ComsumerSecret &amp;#61; &amp;#34;your consumer&amp;#47;app secret key&amp;#34;&amp;#59;&amp;#10;&amp;#10;                config.AuthorizationCallBack &amp;#61; new Uri&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;anysitehere.please.com&amp;#34;&amp;#41;&amp;#59;&amp;#10;&amp;#10;                DropBoxRequestToken requestToken &amp;#61; DropBoxStorageProviderTools.GetDropBoxRequestToken&amp;#40;config, ConsumerKey, ComsumerSecret&amp;#41;&amp;#59;&amp;#10;                String authorizationUrl &amp;#61; DropBoxStorageProviderTools.GetDropBoxAuthorizationUrl&amp;#40;config, requestToken&amp;#41;&amp;#59;&amp;#10;&amp;#10;                &amp;#47;&amp;#47; put a breakpoint below and visit the authorizationUrl above &amp;#40;manually&amp;#41; in order to approve your app like a Real Human being&amp;#10;                accessToken &amp;#61; DropBoxStorageProviderTools.ExchangeDropBoxRequestTokenIntoAccessToken&amp;#40;config, ConsumerKey, ComsumerSecret, requestToken&amp;#41;&amp;#59;&amp;#10;&amp;#10;                &amp;#47;&amp;#47;debug until after  accessTokenString, copy its value and paste it into the variable in the beginning of this code&amp;#10;                &amp;#47;&amp;#47;this accessTokenString will avoid the manual authorization process everytime&amp;#10;                accessTokenString &amp;#61; dropBoxStorage.SerializeSecurityTokenToBase64Ex&amp;#40;accessToken, typeof&amp;#40;ICloudStorageAccessToken&amp;#41;, null&amp;#41;&amp;#59;&amp;#10;            &amp;#125;&amp;#10;            else&amp;#10;                accessToken &amp;#61; dropBoxStorage.DeserializeSecurityTokenFromBase64&amp;#40;accessTokenString&amp;#41;&amp;#59;&amp;#10;&amp;#10;            var storageToken &amp;#61; dropBoxStorage.Open&amp;#40;config, accessToken&amp;#41;&amp;#59;&amp;#10;            var publicFolder &amp;#61; dropBoxStorage.GetFolder&amp;#40;&amp;#34;&amp;#47;&amp;#34;&amp;#41;&amp;#59;&amp;#10;            foreach &amp;#40;var fof in publicFolder&amp;#41;&amp;#10;            &amp;#123;&amp;#10;                &amp;#47;&amp;#47; check if we have a directory &amp;#10;                Boolean bIsDirectory &amp;#61; fof is ICloudDirectoryEntry&amp;#59;&amp;#10;                System.Diagnostics.Trace.WriteLine&amp;#40;string.Format&amp;#40;&amp;#34;&amp;#123;0&amp;#125;&amp;#58; &amp;#123;1&amp;#125;&amp;#34;, bIsDirectory &amp;#63; &amp;#34;DIR&amp;#34; &amp;#58; &amp;#34;FIL&amp;#34;, fof.Name&amp;#41;&amp;#41;&amp;#59;&amp;#10;            &amp;#125;&amp;#10;            dropBoxStorage.Close&amp;#40;&amp;#41;&amp;#59;</description><author>JuniorMayhe</author><pubDate>Wed, 21 Nov 2012 13:34:52 GMT</pubDate><guid isPermaLink="false">New Comment on "Authorization via web based url" 20121121013452P</guid></item><item><title>New Comment on "Authorization via web based url"</title><link>http://sharpbox.codeplex.com/wikipage?title=Authorization via web based url&amp;ANCHOR#C25657</link><description>Horacio, I am facing the same problem &amp;#40;1 year later&amp;#41;. This is really annoying. I cannot bypass the step &amp;#34;visit the website&amp;#34;. It seems it is not possible to avoid it. It is funny, since twitter allow this one time authorization, but with Sharpbox&amp;#47;Dropbox, you have to authorize the access all the time.</description><author>JuniorMayhe</author><pubDate>Wed, 21 Nov 2012 12:58:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Authorization via web based url" 20121121125847P</guid></item><item><title>New Comment on "Authorization via web based url"</title><link>http://sharpbox.codeplex.com/wikipage?title=Authorization via web based url&amp;ANCHOR#C25656</link><description>Horario, I am facing the same problem &amp;#40;1 year later&amp;#41;. This is really annoying. I cannot bypass the step &amp;#34;visit the website&amp;#34;. It seems it is not possible to avoid it. It is funny, since twitter allow this one time authorization, but with Sharpbox&amp;#47;Dropbox, you have to authorize the access all the time.</description><author>JuniorMayhe</author><pubDate>Wed, 21 Nov 2012 12:58:31 GMT</pubDate><guid isPermaLink="false">New Comment on "Authorization via web based url" 20121121125831P</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=9</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=454038" alt="logo-ikeepcloud-big.png" title="logo-ikeepcloud-big.png" /&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud is a no software solution for online storage, backup and online sharing.&lt;/h2&gt;
iKeepinCloud supports 7 different protocols such as : http(s), webdav, ftp(s), sftp, cifs (smb/samba) and offers a great compatibility with a wide range of complementary softwares.&lt;br /&gt;&lt;br /&gt;As a special solution for developers, iKeepinCloud also supports several computing languages whose Sharpbox. It allows to use PUT, GET and DELETE. It gets possible the lecture and the writing of data through the web.&lt;br /&gt;&lt;br /&gt;A mobile access is also available for any app supporting WebDAV protocol.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Website:&lt;/b&gt; &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 13:49:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717014926P</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=8</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=454038" alt="logo-ikeepcloud-big.png" title="logo-ikeepcloud-big.png" /&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud is a no software solution for online storage, backup and online sharing.&lt;/h2&gt;
iKeepinCloud supports 7 different protocols such as : http(s), webdav, ftp(s), sftp, cifs (smb/samba) and offers a great compatibility with a wide range of complementary softwares.&lt;br /&gt;&lt;br /&gt;As a special solution for developers, iKeepinCloud also supports several computing languages whose Sharpbox. It allows to use PUT, GET and DELETE. It gets possible the lecture and the writing of data through the web.&lt;br /&gt;&lt;br /&gt;A mobile access is also available for any app supporting WebDAV protocol.&lt;br /&gt;&lt;br /&gt;Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 13:49:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717014907P</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=7</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=454038" alt="logo-ikeepcloud-big.png" title="logo-ikeepcloud-big.png" /&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud is a no software solution for online storage, backup and online sharing.&lt;/h2&gt;
iKeepinCloud supports 7 different protocols such as : http(s), webdav, ftp(s), sftp, cifs (smb/samba) and offers a great compatibility with a wide range of complementary softwares.&lt;br /&gt;&lt;br /&gt;As a special solution for developers, iKeepinCloud also supports several computing languages whose Sharpbox. It allows to use PUT, GET and DELETE. It gets possible the lecture and the writing of data through the web.&lt;br /&gt;&lt;br /&gt;A mobile access is also available for any app supporting WebDAV protocol.&lt;br /&gt;&lt;br /&gt;Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 13:48:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717014855P</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=454038" alt="logo-ikeepcloud-big.png" title="logo-ikeepcloud-big.png" /&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud - To safely store your documents into the Cloud!&lt;/h2&gt;
Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:19:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061930A</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud - To safely store your documents into the Cloud!&lt;/h2&gt;
Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:19:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061908A</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=454037" alt="logo-ikeepcloud-big.png" title="logo-ikeepcloud-big.png" /&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud - To safely store your documents into the Cloud!&lt;/h2&gt;
Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:17:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061755A</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;br /&gt;
&lt;h2&gt;iKeepinCloud - To safely store your documents into the Cloud!&lt;/h2&gt;
Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:17:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061711A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpbox.codeplex.com/wikipage?version=155</link><description>&lt;div class="wikidoc"&gt;
&lt;div&gt;
&lt;h1&gt;SharpBox - Store everything&lt;/h1&gt;
&lt;p&gt;Almost all applications on your server, desktop, laptop or mobile device store data in the form of mass data, e.g. photos, binary files or documents and as meta data objects (key,value-pairs), e.g. blog entries, address records or geographical location information.
 Existing cloud services offer different interfaces for application integration to achieve nearly the same: to store mass and meta data in the cloud. SharpBox abstracts existing proprietary technologies under a clear, easy to use and reliable API available
 on the most important platforms in the industry (Windows, Linux, MAC, Windows Phone 7, Android and iOS).&lt;br&gt;
&lt;strong&gt;Do you want to write code for storing data in the cloud only once in your application?&lt;/strong&gt; SharpBox is the right free open source solution for your project. Our goal is to disburden software projects from the demand to implement storage access
 twice to support a wide range of storage clouds.&lt;br&gt;
&lt;strong&gt;Are you a cloud storage service provider and do you want to offer your platform for a growing community of software developers and ISVs?&lt;/strong&gt; SharpBox is the right free open source solution under the MIT license. Just contact us or start writing
 your own cloud storage service provider, based on our integration API for storage vendors.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;API Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Documentation&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Become involved&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; min-height:110px; overflow:auto"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285147" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Mass-Data API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud storage providers, e.g. DropBox, Box.NET or StoreGate based on internet technologies, e.g. JSON, WebDAV or HTTP)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285141" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Developer%20Tutorials"&gt;Developer Tutorials&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Our list of step by step tutorials, the fast track for every new SharpBox developer to connect an existing application with the cloud.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285136" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Build%20SharpBox%20from%20scratch"&gt;Build SharpBox from scratch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Check-out our code directly from the respository and start building the library from scratch. Dig into the code on the platform of your choice.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285140" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Object-Store API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud based object stores, e.g. OpenStack Object Storage, DropBox Meta Data, ...)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285135" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20API%20Reference"&gt;API Reference&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(The technical API reference where every detail is explained. Everybody who wants to start a deep dive into SharpBox should read this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285137" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;Help to fix bugs&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(A good starting point to understand the internals of SharpBox is to help fixing bugs. Everybody in the community will be very thankful for this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285138" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Vendor-Integration API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Offers an interface for cloud storage service providers or ISVs to implement a new protocol provider in the backend of SharpBox)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285139" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/discussions"&gt;Starting new features&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Help us to come a little bit closer to our vision, storing everything. We have a list of open ideas
&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;here &lt;/a&gt;but feel free to start your own)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;
&lt;h2&gt;NuGet&lt;/h2&gt;
&lt;/div&gt;
Download SharpBox from CodePlex or install using NuGet&lt;br&gt;
&lt;br&gt;
&lt;a href="http://nuget.org/List/Packages/AppLimit.CloudComputing.SharpBox"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289164" alt=""&gt;&lt;/a&gt;
&lt;div&gt;
&lt;h2&gt;Supported Cloud Storage Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;DropBox - &lt;a href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Box.Net - &lt;a href="http://www.box.net"&gt;http://www.box.net&lt;/a&gt; &lt;/li&gt;&lt;li&gt;StoreGate - &lt;a href="http://www.storegate.com"&gt;http://www.storegate.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;1&amp;amp;1 Smart Drive - &lt;a href="http://sd2.1und1.de"&gt;http://sd2.1und1.de&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;CloudMe - &lt;a href="http://www.cloudme.com"&gt;http://www.cloudme.com&lt;/a&gt; - Experimental
&lt;/li&gt;&lt;li&gt;Strato HiDrive - &lt;a href="http://www.strato.de/online-speicher/"&gt;http://www.strato.de/online-speicher/&lt;/a&gt; - Experimental (in trunk only)
&lt;/li&gt;&lt;li&gt;SharePoint Server &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;WebDAV (IIS7 &amp;amp; Apache tested) &lt;/li&gt;&lt;li&gt;CIFS/Local FileSystem - experimental &lt;/li&gt;&lt;li&gt;FTP - experimental &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Who is using SharpBox?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;With SharpBox you are in good company. Here are just a view projects which are using the SharpBox APIs. Whenever you have finished your project let us know, we are glad to add your project to our testimonials page
&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Testimonials"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center; padding-top:20px"&gt;
&lt;div style="margin:auto"&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285282" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285281" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285283" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285280" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud"&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpbox&amp;DownloadId=454034" alt="" width="225" height="55"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Stay in touch - follow us&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://geekswithblogs.net/dirksblog/Default.aspx"&gt;The project blog&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/#!/deisenbe"&gt;On Twitter&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://www.facebook.com/groups/sharpbox/"&gt;On Facebook&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Donate&lt;/h2&gt;
&lt;div&gt;SharpBox is a free open source project that a couple of people developed in my personal time. We really appreciate your feedback and support for SharpBox and its future development. Your donation will be used to invest in software or storage accounts to
 extend our platform support.&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ERXW5QT54V5AQ"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289433" alt=""&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Credit Where Credits Are Due&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the icons by &lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:16:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120717061617A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpbox.codeplex.com/wikipage?version=154</link><description>&lt;div class="wikidoc"&gt;
&lt;div&gt;
&lt;h1&gt;SharpBox - Store everything&lt;/h1&gt;
&lt;p&gt;Almost all applications on your server, desktop, laptop or mobile device store data in the form of mass data, e.g. photos, binary files or documents and as meta data objects (key,value-pairs), e.g. blog entries, address records or geographical location information.
 Existing cloud services offer different interfaces for application integration to achieve nearly the same: to store mass and meta data in the cloud. SharpBox abstracts existing proprietary technologies under a clear, easy to use and reliable API available
 on the most important platforms in the industry (Windows, Linux, MAC, Windows Phone 7, Android and iOS).&lt;br&gt;
&lt;strong&gt;Do you want to write code for storing data in the cloud only once in your application?&lt;/strong&gt; SharpBox is the right free open source solution for your project. Our goal is to disburden software projects from the demand to implement storage access
 twice to support a wide range of storage clouds.&lt;br&gt;
&lt;strong&gt;Are you a cloud storage service provider and do you want to offer your platform for a growing community of software developers and ISVs?&lt;/strong&gt; SharpBox is the right free open source solution under the MIT license. Just contact us or start writing
 your own cloud storage service provider, based on our integration API for storage vendors.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;API Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Documentation&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Become involved&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; min-height:110px; overflow:auto"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285147" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Mass-Data API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud storage providers, e.g. DropBox, Box.NET or StoreGate based on internet technologies, e.g. JSON, WebDAV or HTTP)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285141" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Developer%20Tutorials"&gt;Developer Tutorials&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Our list of step by step tutorials, the fast track for every new SharpBox developer to connect an existing application with the cloud.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285136" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Build%20SharpBox%20from%20scratch"&gt;Build SharpBox from scratch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Check-out our code directly from the respository and start building the library from scratch. Dig into the code on the platform of your choice.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285140" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Object-Store API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud based object stores, e.g. OpenStack Object Storage, DropBox Meta Data, ...)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285135" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20API%20Reference"&gt;API Reference&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(The technical API reference where every detail is explained. Everybody who wants to start a deep dive into SharpBox should read this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285137" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;Help to fix bugs&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(A good starting point to understand the internals of SharpBox is to help fixing bugs. Everybody in the community will be very thankful for this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285138" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Vendor-Integration API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Offers an interface for cloud storage service providers or ISVs to implement a new protocol provider in the backend of SharpBox)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285139" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/discussions"&gt;Starting new features&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Help us to come a little bit closer to our vision, storing everything. We have a list of open ideas
&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;here &lt;/a&gt;but feel free to start your own)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;
&lt;h2&gt;NuGet&lt;/h2&gt;
&lt;/div&gt;
Download SharpBox from CodePlex or install using NuGet&lt;br&gt;
&lt;br&gt;
&lt;a href="http://nuget.org/List/Packages/AppLimit.CloudComputing.SharpBox"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289164" alt=""&gt;&lt;/a&gt;
&lt;div&gt;
&lt;h2&gt;Supported Cloud Storage Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;DropBox - &lt;a href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Box.Net - &lt;a href="http://www.box.net"&gt;http://www.box.net&lt;/a&gt; &lt;/li&gt;&lt;li&gt;StoreGate - &lt;a href="http://www.storegate.com"&gt;http://www.storegate.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;1&amp;amp;1 Smart Drive - &lt;a href="http://sd2.1und1.de"&gt;http://sd2.1und1.de&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;CloudMe - &lt;a href="http://www.cloudme.com"&gt;http://www.cloudme.com&lt;/a&gt; - Experimental
&lt;/li&gt;&lt;li&gt;Strato HiDrive - &lt;a href="http://www.strato.de/online-speicher/"&gt;http://www.strato.de/online-speicher/&lt;/a&gt; - Experimental (in trunk only)
&lt;/li&gt;&lt;li&gt;SharePoint Server &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;WebDAV (IIS7 &amp;amp; Apache tested) &lt;/li&gt;&lt;li&gt;CIFS/Local FileSystem - experimental &lt;/li&gt;&lt;li&gt;FTP - experimental &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Who is using SharpBox?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;With SharpBox you are in good company. Here are just a view projects which are using the SharpBox APIs. Whenever you have finished your project let us know, we are glad to add your project to our testimonials page
&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Testimonials"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center; padding-top:20px"&gt;
&lt;div style="margin:auto"&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285282" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285281" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285283" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285280" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud" target="_blank"&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpbox&amp;DownloadId=454034" alt="" width="225" height="55"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Stay in touch - follow us&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://geekswithblogs.net/dirksblog/Default.aspx"&gt;The project blog&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/#!/deisenbe"&gt;On Twitter&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://www.facebook.com/groups/sharpbox/"&gt;On Facebook&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Donate&lt;/h2&gt;
&lt;div&gt;SharpBox is a free open source project that a couple of people developed in my personal time. We really appreciate your feedback and support for SharpBox and its future development. Your donation will be used to invest in software or storage accounts to
 extend our platform support.&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ERXW5QT54V5AQ"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289433" alt=""&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Credit Where Credits Are Due&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the icons by &lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:15:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120717061551A</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;iKeepinCloud - To safely store your documents into the Cloud!&lt;/h2&gt;
Website: &lt;a href="http://www.ikeepincloud.com"&gt;http://www.ikeepincloud.com&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:15:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061512A</guid></item><item><title>Updated Wiki: iKeepinCloud</title><link>http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;version=1</link><description>&lt;div class="wikidoc"&gt;x&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:11:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: iKeepinCloud 20120717061148A</guid></item><item><title>Updated Wiki: SharpBox Testimonials</title><link>http://sharpbox.codeplex.com/wikipage?title=SharpBox Testimonials&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;SharpBox Testimonial&lt;/h1&gt;
This page contains a collection of project which are using the SharpBox library to make their applications cloud ready:&lt;br /&gt; 
&lt;ul&gt;&lt;li&gt;Desktop Applications
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;SmartCode VNC Manager&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;app.limit Cloud Infrastructure Backup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;Free Your Music&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;LojiklSweep&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Cameyo&amp;referringTitle=SharpBox%20Testimonials"&gt;Cameyo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;referringTitle=SharpBox%20Testimonials"&gt;iKeepinCloud&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;iPhone/iPad Applications
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Moka%20from%20FEELING&amp;referringTitle=SharpBox%20Testimonials"&gt;Moka from FEELING&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Elevenworks%20TouchDraw&amp;referringTitle=SharpBox%20Testimonials"&gt;Elevenworks TouchDraw&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=iKeepinCloud&amp;referringTitle=SharpBox%20Testimonials"&gt;iKeepinCloud&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Windows Phone 7 Applications
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LindyReader&amp;referringTitle=SharpBox%20Testimonials"&gt;LindyReader&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Simple%20DropBox%20Viewer&amp;referringTitle=SharpBox%20Testimonials"&gt;Simple DropBox Viewer&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:11:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: SharpBox Testimonials 20120717061136A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpbox.codeplex.com/wikipage?version=153</link><description>&lt;div class="wikidoc"&gt;
&lt;div&gt;
&lt;h1&gt;SharpBox - Store everything&lt;/h1&gt;
&lt;p&gt;Almost all applications on your server, desktop, laptop or mobile device store data in the form of mass data, e.g. photos, binary files or documents and as meta data objects (key,value-pairs), e.g. blog entries, address records or geographical location information.
 Existing cloud services offer different interfaces for application integration to achieve nearly the same: to store mass and meta data in the cloud. SharpBox abstracts existing proprietary technologies under a clear, easy to use and reliable API available
 on the most important platforms in the industry (Windows, Linux, MAC, Windows Phone 7, Android and iOS).&lt;br&gt;
&lt;strong&gt;Do you want to write code for storing data in the cloud only once in your application?&lt;/strong&gt; SharpBox is the right free open source solution for your project. Our goal is to disburden software projects from the demand to implement storage access
 twice to support a wide range of storage clouds.&lt;br&gt;
&lt;strong&gt;Are you a cloud storage service provider and do you want to offer your platform for a growing community of software developers and ISVs?&lt;/strong&gt; SharpBox is the right free open source solution under the MIT license. Just contact us or start writing
 your own cloud storage service provider, based on our integration API for storage vendors.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;API Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Documentation&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Become involved&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; min-height:110px; overflow:auto"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285147" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Mass-Data API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud storage providers, e.g. DropBox, Box.NET or StoreGate based on internet technologies, e.g. JSON, WebDAV or HTTP)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285141" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Developer%20Tutorials"&gt;Developer Tutorials&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Our list of step by step tutorials, the fast track for every new SharpBox developer to connect an existing application with the cloud.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285136" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Build%20SharpBox%20from%20scratch"&gt;Build SharpBox from scratch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Check-out our code directly from the respository and start building the library from scratch. Dig into the code on the platform of your choice.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285140" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Object-Store API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud based object stores, e.g. OpenStack Object Storage, DropBox Meta Data, ...)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285135" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20API%20Reference"&gt;API Reference&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(The technical API reference where every detail is explained. Everybody who wants to start a deep dive into SharpBox should read this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285137" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;Help to fix bugs&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(A good starting point to understand the internals of SharpBox is to help fixing bugs. Everybody in the community will be very thankful for this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285138" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Vendor-Integration API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Offers an interface for cloud storage service providers or ISVs to implement a new protocol provider in the backend of SharpBox)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285139" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/discussions"&gt;Starting new features&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Help us to come a little bit closer to our vision, storing everything. We have a list of open ideas
&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;here &lt;/a&gt;but feel free to start your own)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;
&lt;h2&gt;NuGet&lt;/h2&gt;
&lt;/div&gt;
Download SharpBox from CodePlex or install using NuGet&lt;br&gt;
&lt;br&gt;
&lt;a href="http://nuget.org/List/Packages/AppLimit.CloudComputing.SharpBox"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289164" alt=""&gt;&lt;/a&gt;
&lt;div&gt;
&lt;h2&gt;Supported Cloud Storage Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;DropBox - &lt;a href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Box.Net - &lt;a href="http://www.box.net"&gt;http://www.box.net&lt;/a&gt; &lt;/li&gt;&lt;li&gt;StoreGate - &lt;a href="http://www.storegate.com"&gt;http://www.storegate.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;1&amp;amp;1 Smart Drive - &lt;a href="http://sd2.1und1.de"&gt;http://sd2.1und1.de&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;CloudMe - &lt;a href="http://www.cloudme.com"&gt;http://www.cloudme.com&lt;/a&gt; - Experimental
&lt;/li&gt;&lt;li&gt;Strato HiDrive - &lt;a href="http://www.strato.de/online-speicher/"&gt;http://www.strato.de/online-speicher/&lt;/a&gt; - Experimental (in trunk only)
&lt;/li&gt;&lt;li&gt;SharePoint Server &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;WebDAV (IIS7 &amp;amp; Apache tested) &lt;/li&gt;&lt;li&gt;CIFS/Local FileSystem - experimental &lt;/li&gt;&lt;li&gt;FTP - experimental &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Who is using SharpBox?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;With SharpBox you are in good company. Here are just a view projects which are using the SharpBox APIs. Whenever you have finished your project let us know, we are glad to add your project to our testimonials page
&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Testimonials"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center; padding-top:20px"&gt;
&lt;div style="margin:auto"&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285282" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285281" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285283" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285280" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpbox&amp;DownloadId=454034" alt="" width="225" height="55"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Stay in touch - follow us&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://geekswithblogs.net/dirksblog/Default.aspx"&gt;The project blog&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/#!/deisenbe"&gt;On Twitter&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://www.facebook.com/groups/sharpbox/"&gt;On Facebook&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Donate&lt;/h2&gt;
&lt;div&gt;SharpBox is a free open source project that a couple of people developed in my personal time. We really appreciate your feedback and support for SharpBox and its future development. Your donation will be used to invest in software or storage accounts to
 extend our platform support.&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ERXW5QT54V5AQ"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289433" alt=""&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Credit Where Credits Are Due&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the icons by &lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:10:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120717061041A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpbox.codeplex.com/wikipage?version=152</link><description>&lt;div class="wikidoc"&gt;
&lt;div&gt;
&lt;h1&gt;SharpBox - Store everything&lt;/h1&gt;
&lt;p&gt;Almost all applications on your server, desktop, laptop or mobile device store data in the form of mass data, e.g. photos, binary files or documents and as meta data objects (key,value-pairs), e.g. blog entries, address records or geographical location information.
 Existing cloud services offer different interfaces for application integration to achieve nearly the same: to store mass and meta data in the cloud. SharpBox abstracts existing proprietary technologies under a clear, easy to use and reliable API available
 on the most important platforms in the industry (Windows, Linux, MAC, Windows Phone 7, Android and iOS).&lt;br&gt;
&lt;strong&gt;Do you want to write code for storing data in the cloud only once in your application?&lt;/strong&gt; SharpBox is the right free open source solution for your project. Our goal is to disburden software projects from the demand to implement storage access
 twice to support a wide range of storage clouds.&lt;br&gt;
&lt;strong&gt;Are you a cloud storage service provider and do you want to offer your platform for a growing community of software developers and ISVs?&lt;/strong&gt; SharpBox is the right free open source solution under the MIT license. Just contact us or start writing
 your own cloud storage service provider, based on our integration API for storage vendors.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;API Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Documentation&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Become involved&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; min-height:110px; overflow:auto"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285147" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Mass-Data API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud storage providers, e.g. DropBox, Box.NET or StoreGate based on internet technologies, e.g. JSON, WebDAV or HTTP)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285141" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Developer%20Tutorials"&gt;Developer Tutorials&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Our list of step by step tutorials, the fast track for every new SharpBox developer to connect an existing application with the cloud.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285136" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Build%20SharpBox%20from%20scratch"&gt;Build SharpBox from scratch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Check-out our code directly from the respository and start building the library from scratch. Dig into the code on the platform of your choice.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285140" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Object-Store API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud based object stores, e.g. OpenStack Object Storage, DropBox Meta Data, ...)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285135" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20API%20Reference"&gt;API Reference&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(The technical API reference where every detail is explained. Everybody who wants to start a deep dive into SharpBox should read this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285137" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;Help to fix bugs&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(A good starting point to understand the internals of SharpBox is to help fixing bugs. Everybody in the community will be very thankful for this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285138" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Vendor-Integration API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Offers an interface for cloud storage service providers or ISVs to implement a new protocol provider in the backend of SharpBox)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285139" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/discussions"&gt;Starting new features&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Help us to come a little bit closer to our vision, storing everything. We have a list of open ideas
&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;here &lt;/a&gt;but feel free to start your own)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;
&lt;h2&gt;NuGet&lt;/h2&gt;
&lt;/div&gt;
Download SharpBox from CodePlex or install using NuGet&lt;br&gt;
&lt;br&gt;
&lt;a href="http://nuget.org/List/Packages/AppLimit.CloudComputing.SharpBox"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289164" alt=""&gt;&lt;/a&gt;
&lt;div&gt;
&lt;h2&gt;Supported Cloud Storage Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;DropBox - &lt;a href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Box.Net - &lt;a href="http://www.box.net"&gt;http://www.box.net&lt;/a&gt; &lt;/li&gt;&lt;li&gt;StoreGate - &lt;a href="http://www.storegate.com"&gt;http://www.storegate.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;1&amp;amp;1 Smart Drive - &lt;a href="http://sd2.1und1.de"&gt;http://sd2.1und1.de&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;CloudMe - &lt;a href="http://www.cloudme.com"&gt;http://www.cloudme.com&lt;/a&gt; - Experimental
&lt;/li&gt;&lt;li&gt;Strato HiDrive - &lt;a href="http://www.strato.de/online-speicher/"&gt;http://www.strato.de/online-speicher/&lt;/a&gt; - Experimental (in trunk only)
&lt;/li&gt;&lt;li&gt;SharePoint Server &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;WebDAV (IIS7 &amp;amp; Apache tested) &lt;/li&gt;&lt;li&gt;CIFS/Local FileSystem - experimental &lt;/li&gt;&lt;li&gt;FTP - experimental &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Who is using SharpBox?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;With SharpBox you are in good company. Here are just a view projects which are using the SharpBox APIs. Whenever you have finished your project let us know, we are glad to add your project to our testimonials page
&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Testimonials"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center; padding-top:20px"&gt;
&lt;div style="margin:auto"&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285282" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285281" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285283" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285280" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&lt;img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpbox&amp;DownloadId=454034" alt="" width="225" height="55"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Stay in touch - follow us&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://geekswithblogs.net/dirksblog/Default.aspx"&gt;The project blog&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/#!/deisenbe"&gt;On Twitter&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://www.facebook.com/groups/sharpbox/"&gt;On Facebook&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Donate&lt;/h2&gt;
&lt;div&gt;SharpBox is a free open source project that a couple of people developed in my personal time. We really appreciate your feedback and support for SharpBox and its future development. Your donation will be used to invest in software or storage accounts to
 extend our platform support.&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ERXW5QT54V5AQ"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289433" alt=""&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Credit Where Credits Are Due&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the icons by &lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:09:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120717060944A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpbox.codeplex.com/wikipage?version=151</link><description>&lt;div class="wikidoc"&gt;
&lt;div&gt;
&lt;h1&gt;SharpBox - Store everything&lt;/h1&gt;
&lt;p&gt;Almost all applications on your server, desktop, laptop or mobile device store data in the form of mass data, e.g. photos, binary files or documents and as meta data objects (key,value-pairs), e.g. blog entries, address records or geographical location information.
 Existing cloud services offer different interfaces for application integration to achieve nearly the same: to store mass and meta data in the cloud. SharpBox abstracts existing proprietary technologies under a clear, easy to use and reliable API available
 on the most important platforms in the industry (Windows, Linux, MAC, Windows Phone 7, Android and iOS).&lt;br&gt;
&lt;strong&gt;Do you want to write code for storing data in the cloud only once in your application?&lt;/strong&gt; SharpBox is the right free open source solution for your project. Our goal is to disburden software projects from the demand to implement storage access
 twice to support a wide range of storage clouds.&lt;br&gt;
&lt;strong&gt;Are you a cloud storage service provider and do you want to offer your platform for a growing community of software developers and ISVs?&lt;/strong&gt; SharpBox is the right free open source solution under the MIT license. Just contact us or start writing
 your own cloud storage service provider, based on our integration API for storage vendors.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;API Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Documentation&lt;/h2&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;h2&gt;Become involved&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; min-height:110px; overflow:auto"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285147" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Mass-Data API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud storage providers, e.g. DropBox, Box.NET or StoreGate based on internet technologies, e.g. JSON, WebDAV or HTTP)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285141" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Developer%20Tutorials"&gt;Developer Tutorials&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Our list of step by step tutorials, the fast track for every new SharpBox developer to connect an existing application with the cloud.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285136" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Build%20SharpBox%20from%20scratch"&gt;Build SharpBox from scratch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Check-out our code directly from the respository and start building the library from scratch. Dig into the code on the platform of your choice.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285140" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Object-Store API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Supports the access to different cloud based object stores, e.g. OpenStack Object Storage, DropBox Meta Data, ...)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285135" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20API%20Reference"&gt;API Reference&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(The technical API reference where every detail is explained. Everybody who wants to start a deep dive into SharpBox should read this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285137" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;Help to fix bugs&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(A good starting point to understand the internals of SharpBox is to help fixing bugs. Everybody in the community will be very thankful for this.)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:100%; height:auto"&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285138" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/documentation"&gt;SharpBox Vendor-Integration API&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Offers an interface for cloud storage service providers or ISVs to implement a new protocol provider in the backend of SharpBox)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;div style="float:left; width:42px; height:110px"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285139" alt=""&gt;&lt;/div&gt;
&lt;div style="min-height:110px"&gt;&lt;strong&gt;&lt;a href="http://sharpbox.codeplex.com/discussions"&gt;Starting new features&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;div style="font-size:12"&gt;(Help us to come a little bit closer to our vision, storing everything. We have a list of open ideas
&lt;a href="http://sharpbox.codeplex.com/workitem/list/basic"&gt;here &lt;/a&gt;but feel free to start your own)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;
&lt;h2&gt;NuGet&lt;/h2&gt;
&lt;/div&gt;
Download SharpBox from CodePlex or install using NuGet&lt;br&gt;
&lt;br&gt;
&lt;a href="http://nuget.org/List/Packages/AppLimit.CloudComputing.SharpBox"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289164" alt=""&gt;&lt;/a&gt;
&lt;div&gt;
&lt;h2&gt;Supported Cloud Storage Services&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;DropBox - &lt;a href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Box.Net - &lt;a href="http://www.box.net"&gt;http://www.box.net&lt;/a&gt; &lt;/li&gt;&lt;li&gt;StoreGate - &lt;a href="http://www.storegate.com"&gt;http://www.storegate.com&lt;/a&gt; &lt;/li&gt;&lt;li&gt;1&amp;amp;1 Smart Drive - &lt;a href="http://sd2.1und1.de"&gt;http://sd2.1und1.de&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;CloudMe - &lt;a href="http://www.cloudme.com"&gt;http://www.cloudme.com&lt;/a&gt; - Experimental
&lt;/li&gt;&lt;li&gt;Strato HiDrive - &lt;a href="http://www.strato.de/online-speicher/"&gt;http://www.strato.de/online-speicher/&lt;/a&gt; - Experimental (in trunk only)
&lt;/li&gt;&lt;li&gt;SharePoint Server &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="width:33%; float:left; padding-bottom:10px"&gt;
&lt;ul&gt;
&lt;li&gt;WebDAV (IIS7 &amp;amp; Apache tested) &lt;/li&gt;&lt;li&gt;CIFS/Local FileSystem - experimental &lt;/li&gt;&lt;li&gt;FTP - experimental &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Who is using SharpBox?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;With SharpBox you are in good company. Here are just a view projects which are using the SharpBox APIs. Whenever you have finished your project let us know, we are glad to add your project to our testimonials page
&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SharpBox%20Testimonials"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center; padding-top:20px"&gt;
&lt;div style="margin:auto"&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=SmartCode%20VNC%20Manager&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285282" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=Free%20Your%20Music&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285281" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=LojiklSweep&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285283" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="width:25%; float:left; padding-bottom:10px"&gt;&lt;a href="http://sharpbox.codeplex.com/wikipage?title=app.limit%20Cloud%20Infrastructure%20Backup&amp;referringTitle=SharpBox%20Testimonials"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=285280" alt=""&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Stay in touch - follow us&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://geekswithblogs.net/dirksblog/Default.aspx"&gt;The project blog&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/#!/deisenbe"&gt;On Twitter&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="https://www.facebook.com/groups/sharpbox/"&gt;On Facebook&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Donate&lt;/h2&gt;
&lt;div&gt;SharpBox is a free open source project that a couple of people developed in my personal time. We really appreciate your feedback and support for SharpBox and its future development. Your donation will be used to invest in software or storage accounts to
 extend our platform support.&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ERXW5QT54V5AQ"&gt;&lt;img src="http://download.codeplex.com/Download?ProjectName=sharpbox&amp;DownloadId=289433" alt=""&gt;&lt;/a&gt;
&lt;p&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;Credit Where Credits Are Due&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the icons by &lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dei79</author><pubDate>Tue, 17 Jul 2012 06:08:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120717060854A</guid></item><item><title>New Comment on "SharpBox Developer Tutorials"</title><link>http://sharpbox.codeplex.com/wikipage?title=SharpBox Developer Tutorials&amp;ANCHOR#C24396</link><description>Tutorial 2 is out-dated. Dropbox didn&amp;#39;t approve my app which uses the Webbrowser control to visit the athorization URL. They say that I need to use the default web browser installed on the computer &amp;#40;like Internet Explorer, Mozilla Firefox or Google Chrome&amp;#41;. But I don&amp;#39;t know how to implement this process in the default browser. Can someone here help me&amp;#63; Thanks.</description><author>vali20</author><pubDate>Mon, 16 Jul 2012 10:23:46 GMT</pubDate><guid isPermaLink="false">New Comment on "SharpBox Developer Tutorials" 20120716102346A</guid></item></channel></rss>