.NET Coding
DropBox changed some details in the API and upgrade to version 1.0 a couple days ago. Together with the DropBox team it was possible to be the first open source project which is compatible with the new and more saver API version. The SharpBox 1.2 release brings the changes we made together into an official binary distribution. We decided to do a major release because of some breaking changes in the code. The most important change will be that the class ICloudStoragCredentials does not more exists....
Together with the DropBox team we finished our work to be compatible with the DropBox REST API version 1 (before the stable API version was 0). As long as DropBox not finished the beta programm everybody has to enable the new version manually in the DropBoxConfiguration object as follows: // set the api version to 1 ((DropBoxConfiguration)Conf... = DropBoxAPIVersion.V1; We plan to release an updated version of SharpBox at the day DropBox finishes the beta program. If you are interested...
The new Service Release 2 of SharpBox 1.1 comes with support for many new storage providers, e.g. Strato HiDrive, CloudMe or FTP. In addition to that we are also proud to offer our library with SR2 via NuGet which allows to integrate the binaries and all dependencies in a new project very fast. Please use this URL to visit our NuGet gallery page: http://nuget.org/List/Packa... The following list will give you a brief overview about the changes in this service release:...
Nuget is an easy and fast way to get the latest updates of an open source project. All the time consuming integration work into your visual studio project is done nearly automatically. The upcoming service release 2 (SR2) of SharpBox 1.1 will support Nuget as a new distribution platform by default. Feel free to try it out with our pre-release of the SR2 and if you like it, vote for it to give us a little bit more visibility. Our Nuget package can be found here: http://nuget.org/List/Packa...
We got a lots of questions how to implement the security access token generation process and how to build a valid way to get an approval from the DropBox team for applications which are implemented with the SharpBox library. Our latest tutorial describes all details how to get an approval for your DropBox application aligned to their terms of use. You will find the document on our tutorial page here: http://sharpbox.codeplex.co... Just a couple of hints...
We refreshed the home of the SharpBox project to give all API consumers, vendors and new project members a more organized way to find project related information. In the next weeks we will add more detailed documentation pieces to close our gaps. Feel free to propose missing information so that we can work on that. The following picture gives an impression how the new website looks like: Please visit our new page on http://sharpbox.codeplex.com and if you like SharpBox vote for it with stars on codeplex...
Our brand new and first service release for SharpBox 1.1 is out. This is the first release which follows the idea to deliver every 4 to 6 weeks a small service release with the latest bugfixes from the field. This release contains an important change for all storage provider developers. The assembly AppLimit.CloudComputing.Sha... contains all storage provider which are not part of the core API. This location should be a home for only a short period of time until the...
The new NetSparkle release is available and includes many fixes from real life projects and a bunch of new languages. The following list gives a brief overview about the changes we did in 1.0.83: Feature: Support for forced unattended updates Feature: NetSparkle can install .exe files for wider installer support - Issue 15528 Feature: Support for Chinese (zh-CN) - thanks to jiangww_0924 Feature: Support for Spanish (es-MX) - thanks to manuelpeh Feature: Support for Italien (it) - thanks to ezioi...
Over 6 months ago we released SharpBox 1.0.3 our last bugfix and service release. In the last few months we were focused on reworking our library core to achieve a couple of simplicity and feature goals. The importants goals from my personal perspective were: Clear and stable service provider API which allows 3rd part vendors to implement new cloud storage protocols Adding a well working WebDAV client in our API core to support all the webdav base storage providers by default Bringing our different...
To make it much easier for developers to become familiar with the SharpBox library we started a tutorial initiative. As a result you will find our first tutorial in the SharpBox documentation section here. Let us know if you miss something or if we need to correct some mistakes. If you are an experienced SharpBox user feel free to send us topics for tutorials or full tutorials also. We will add this documents to our SharpBox project page. The next tutorial title is currently planned: "How to write...
Full .NET Coding Archive