Aspose.Tasks Cloud is a REST API for manipulating and converting Microsoft Project documents hosted on cloud platforms. It allows you to work with all aspects of a Project document as well as offers a wide range of export options allowing developers to convert Microsoft Project documents a number of industry standard formats. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to work with Project documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.
This repository contains Aspose.Tasks Cloud SDK for .NET source code. This SDK allows you to work with Aspose.Tasks Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost.
To use these SDK, you will need App SID and App Key which can be looked up at Aspose Cloud Dashboard (free registration in Aspose Cloud is required for this).
- You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
- Extract the contents of the ZIP file to any folder on your computer. All the examples are located in the Examples folder.
- These examples has been written in Visual Studio Code
- The project is created in Visual Studio Code, but the solution file is compatible with Visual Studio 2010 SP1 and higher.
- Open the solution file in Visual Studio and build the project.
- On the first run, the dependencies will automatically be downloaded via NuGet.
- Each cs files has a dedicated example in it. Create a object of that class and call the run function, to view the output
All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under MIT License.