Skip to content

Commit 2b98958

Browse files
Update README.md
1 parent d4584c3 commit 2b98958

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This repository contains Aspose.Tasks Cloud SDK for .NET source code. This SDK a
88

99
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).
1010

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+
1122
# Licensing
1223
All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
1324

0 commit comments

Comments
 (0)