C# Sharp Exercises for Advanced programmers. If you are an advanced programmer,
you can practice with these C# Sharp Exercises. In this section there is a lot of
interesting code, which will surely help you.
Table + Array + Files Expand the January 9th exercise (tables + array) by adding two new methods to dump the data of the array into a binary file and restore the data from the file. |
Table + Setoftables + Files Expand the exercise from April 16th (tables + array + files) by creating three classes: Table, SetOfTables, and a test program. The SetOfTables class should contain an array of tables, as well as two methods to dump all data from the array into a binary file and restore data from the file. |
Insects + Persistence Create a new version of the "insects" exercise (April 17th), which should persist the data using some form of storage such as a database or file system. |
Cities - Persistence Create a new version of the "cities database" (which you improved on March 13th), using persistence to store its data instead of text files. |
Database Creation Create a program to ask the user for data about books (title, author, genre, and summary) and store them in a SQLite database. |
Database Query Create a program to display the data about books which your previous program has stored. |
Full Acces To A Database Create a program that allows the user to enter information about books and browse the existing data. It should handle the case where the data file does not exist when the program starts. |
Implementing A Queue Using Array Implementing a queue |
Implementing A Stack Using Array Implementing a stack |
Queue Collections Create a string queue using the Queue class that already exists in the DotNet platform. |
Showing 10 to 30 C# Sharp Exercises
List of C# Sharp Exercises for Advanced Grouped
All levels of the C# Sharp language and for everyone
C# Sharp Exercises for all levels. Whether you are a beginning programmer or an advanced programmer. You can practice C# Sharp Exercises online, easy and fast