Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Dot Net Rules

Yes, to dance beneath the diamond sky with one hand waving free

Ιστορικό Δημοσιεύσεων

Δεκέμβριος 2008 - Δημοσιεύσεις

LINQ TO SQL and Stored procedures
In this post, I will go back to the issue of LINQ. I am going to show with an example how to use LINQ and stored procedures to insert,update and delete records from a particular table.

Διαβάστε περισσότερα »

Using the Process Component to launch applications from our .Net application
In this post I will show with a simple example how to use the Process control to launch applications from a windows form application (vb version). With this control that was shipped with the .Net 2.0 version you can launch very easily all sort of applications.

Διαβάστε περισσότερα »

Manage files,folders, special folders with VB.Net and window forms
In this post I will show you how to implement file,folder related tasks, by merely using the classes and methods that are already written for us in the FCL in .Net and reside in the System.IO namespace.

Διαβάστε περισσότερα »