You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ This repository contains Aspose.Tasks Cloud SDK for .NET source code. This SDK a
8
8
9
9
To use these SDK, you will need App SID and App Key which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (free registration in Aspose Cloud is required for this).
10
10
11
+
# How to Run the Examples
12
+
<ul>
13
+
<li>You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
14
+
<li>Extract the contents of the ZIP file to any folder on your computer. All the examples are located in the Examples folder.
15
+
<li>These examples has been written in Visual Studio Code
16
+
<li>The project is created in Visual Studio Code, but the solution file is compatible with Visual Studio 2010 SP1 and higher.
17
+
<li>Open the solution file in Visual Studio and build the project.
18
+
<li>On the first run, the dependencies will automatically be downloaded via NuGet.
19
+
<li>Each cs files has a dedicated example in it. Create a object of that class and call the run function, to view the output
20
+
21
+
11
22
# Licensing
12
23
All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
0 commit comments