Author:admin

Date:2008-09-19T14:06:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@28 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-19 14:06:51 +00:00
parent 4087eb614e
commit a903078386
100 changed files with 122 additions and 16 deletions
@@ -1,5 +1,6 @@
[[Property:title|ADO .NET Samples]]
[[Property:weight|0]]
[[Property:uuid|b58f17b4-57b0-ffe9-3160-86d95512f900]]
* [[ADO.NET Sample|Ado]]
@@ -1,5 +1,6 @@
[[Property:title|Calculator: console]]
[[Property:weight|0]]
[[Property:uuid|70cc4687-0d3e-2859-70f6-c603c05d085c]]
=The Calculator Sample=
This sample consists of a command line reverse Polish notation (RPN) calculator.
@@ -1,5 +1,6 @@
[[Property:title|Console Samples]]
[[Property:weight|1]]
[[Property:uuid|3f2c704c-9784-06a5-4cad-02ad58433b2c]]
* [[Calculator: console|Calculator]]
@@ -1,5 +1,6 @@
[[Property:title|Samples]]
[[Property:weight|3]]
[[Property:uuid|c1dbfdb5-c4d0-f674-d818-00d56c431c6e]]
In this chapter you will find a series of examples that will permit to you to understand the bases of programming with Dotnet.
However, you should be familiar with Object-Oriented programming model. Almost all other examples can also be built for .NET if the dotnet target is choosen instead of classic.
@@ -1,5 +1,6 @@
[[Property:title|Threads Samples]]
[[Property:weight|2]]
[[Property:uuid|62e36a4c-0afd-e143-9a1f-98eab4022e6b]]
* [[Pools|Pools]]
* [[Timers|Timers]]
@@ -1,5 +1,6 @@
[[Property:title|Date Time Picker]]
[[Property:weight|1]]
[[Property:uuid|9f94f4f3-3a6e-1fe7-f9c0-d9411913ce25]]
<div>
[[Image:date-time-picker|Hello world form]]
</div>
@@ -1,5 +1,6 @@
[[Property:title|GDI plus - text]]
[[Property:weight|-7]]
[[Property:uuid|0c5210da-5512-5ae5-2971-a1a5095737c9]]
<div>
[[Image:text|Hello world form]]
</div>
@@ -1,5 +1,6 @@
[[Property:title|Winform Samples]]
[[Property:weight|3]]
[[Property:uuid|24cbeb3c-ba2b-1fea-ccec-89600bbf3256]]
The following examples are classified from the easiest to the most complex one. So, some notions are introduced in the few first examples and will not be explained again in the complex examples!
==Getting started==
* [[Simple Hello world form sample|Hello world form]]
@@ -1,5 +1,6 @@
[[Property:title|Progress bar sample]]
[[Property:weight|6]]
[[Property:uuid|3b888246-2382-ec0b-ed4c-e1d35fe1bd79]]
<div>
[[Image:progress-bar|Hello world form]]
</div>
@@ -1,5 +1,6 @@
[[Property:title|Simple data binding]]
[[Property:weight|7]]
[[Property:uuid|5a0572cb-435c-1558-9e05-7de7e6ba08f1]]
<div>
[[Image:simple-data-binding|Hello world form]]
</div>
@@ -1,5 +1,6 @@
[[Property:title|Tree view]]
[[Property:weight|9]]
[[Property:uuid|28ca95af-120a-f99c-16ba-090dd290c23a]]
<div>
[[Image:tree-view|Hello world form]]
</div>