|
1 | | -#Aspose.Tasks for .NET Examples Repository |
| 1 | +##Aspose.Tasks for .NET |
2 | 2 |
|
3 | | -This repository contains C# and VB.NET Example Projects for [Aspose.Tasks for .NET](http://www.aspose.com/categories/.net-components/aspose.tasks-for-.net/default.aspx). |
| 3 | +This package contains [Examples](https://github.com/asposetasks/Aspose_Tasks_NET/tree/master/Examples) and Showcase projects for [Aspose.Tasks for .NET](http://www.aspose.com/categories/.net-components/aspose.tasks-for-.net/default.aspx) and will help you write your own applications. |
4 | 4 |
|
5 | | -##How to use the Examples? |
| 5 | +Aspose.Tasks for .NET is a powerful .NET project management class library. It enables .NET applications to read Microsoft Project documents in MPP and XML formats, and write project documents in XML format without using Microsoft Project. |
6 | 6 |
|
7 | | -###With IDE |
| 7 | +<p align="center"> |
8 | 8 |
|
9 | | -Clone or Download the ZIP and extract the contents to your local hard drive. It has Solution (SLN) files for Microsoft Visual Studio 2005, 2008 and 2010. |
| 9 | + <a title="Download complete Aspose.Tasks for .NET source code" href="https://github.com/asposetasks/Aspose_Tasks_NET/archive/master.zip"> |
| 10 | + <img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" /> |
| 11 | + </a> |
| 12 | +</p> |
10 | 13 |
|
11 | | -Also download the [latest version](http://www.aspose.com/community/files/51/.net-components/aspose.tasks-for-.net/default.aspx) of Aspose.Tasks for .NET and set/fix dll references. |
| 14 | +Directory | Description |
| 15 | +--------- | ----------- |
| 16 | +[Examples](https://github.com/asposetasks/Aspose_Tasks_NET/tree/master/Examples) | A collection of .NET examples that help you learn how to product features |
12 | 17 |
|
13 | | -##Open Source Feel of Aspose.Tasks |
14 | 18 |
|
15 | | -Aspose.Tasks for .NET is a successful commercial product, but our philosophy is to develop it using our unique "open-source feel" approach. In other words, we at Aspose are extremely customer driven and this shows in: |
16 | | -+ Frequent releases (at least 1 a month). |
17 | | -+ Features are prioritized according to your requests. |
18 | | -+ Unlimited free technical support for anyone. |
19 | | -+ Helpful support in the forums and answers within 12-24 hours. |
20 | | -+ Live chat with experienced technical advisors. |
21 | | - |
22 | | -We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project. |
23 | | - |
24 | | -The Aspose.Tasks for .NET examples published here at GitHub is a part of the above effort. |
25 | | - |
26 | | -##What's included in this examples repository? |
27 | | - |
28 | | -###Code |
29 | | - |
30 | | -All examples are each contained in separate folders at the root of the repository. Each example is provided in both C# and Visual Basic. Each example contains a .cs or .vb code file. The main entry point for the examples is always found in this file. |
31 | | - |
32 | | -<table> |
33 | | - <tr><th>Example<th>Description</th></tr> |
34 | | - <tr><td>ArrangeWBS</td><td>Demonstrates how to arrange tasks by WBS codes</td></tr> |
35 | | - <tr><td>CombineConditions</td><td>Demonstrates how to search a task by providing more than one search conditions.</td></tr> |
36 | | - <tr><td>FindTaskByName</td><td>Demonstrates how to search a task by providing name of the task.</td></tr> |
37 | | - <tr><td>FilterTasksByName</td><td>Demonstrates how to filter full hierarchy of a task by providing name of the task.</td></tr> |
38 | | - <tr><td>RenderingProject</td><td>Demonstrates how to render a project to Image or HTML and show columns of your choice in the output.</td></tr> |
39 | | -</table> |
40 | | - |
41 | | -##Contact Us |
42 | | - |
43 | | -+ **Website:** [www.aspose.com](http://www.aspose.com) |
44 | | -+ **Product Home:** [Aspose.Tasks for .NET](http://www.aspose.com/categories/.net-components/aspose.tasks-for-.net/default.aspx) |
45 | | -+ **Download:** [Download Aspose.Tasks for .NET](http://www.aspose.com/community/files/51/.net-components/aspose.tasks-for-.net/default.aspx) |
46 | | -+ **Documentation:** [Aspose.Tasks for .NET Documentation](http://www.aspose.com/documentation/.net-components/aspose.tasks-for-.net/index.html) |
47 | | -+ **Forum:** [Aspose.Tasks for .NET Forum](http://www.aspose.com/community/forums/aspose.tasks-product-family/96/showforum.aspx) |
48 | | -+ **Blog:** [Aspose.Tasks for .NET Blog](http://www.aspose.com/blogs/aspose-products/aspose-tasks-product-family.html) |
0 commit comments