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.
Console sample
Threads Samples
ADO.NET sample
Windows Form samples
The following samples are classified from the easiest to the most complex one. So, some notions are introduced in the few first samples and will not be explained again in the complex samples!