• Java
  • VB.Net
Learn Programming C#
  • C# Exercises

    •  

      First contact with C# Sharp

    •  

      Flow Control

    •  

      Basic Data Types

    •  

      Arrays, Structures and Strings

    •  

      Functions

    •  

      Object Oriented Programming

    •  

      More On Classes

    •  

      File Management

    •  

      Object Persistence

    •  

      Access To Relational Databases

    •  

      Dynamic Memory Management

    •  

      Additional Libraries

  • Programming languages

    •  Learn Java

    •  Learn Visual Basic (VB.Net)

 Object Oriented Programming Learn programming C#

 C# exercises

 250 Classes Student + Teacher
Create a new project, and include in it the class Person that you just created. Create a class "Student" and another class "Teacher", both descenda...
 137 Class Photo Album
Create a class "PhotoAlbum" with a private attribute "numberOfPages." It should also have a public method "GetNumberOfPages", which will return the...
 77 Class Shapes
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram....
 80 Class Vehicles
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the attrib...
 102 Class Square
Complete the project named "Shapes" (january 8th), adding a class named "Square" to it. For each square, we will store its starting X and Y coordinate...
 58 Class Orders
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the att...
 72 Class Colored Circle
Expand the January 10th exercise (shapes + square), so that it can also store data about "Colored Circles":...
 Learn programming C# Legal Conditions