noarrassam / BooksTable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name: Noar Rassam

C# Project

Books Table

Windows application form with the following functionalities.

  • A connection to a db with a Books table (with columns: ID, Title, Price).
  • A List Button that will display all the rows in the table in a formatted way.
  • A SortBy ComboBox that will allow selection of one of the columns (default ID) as sorted criteria.
  • A Delete group (TextBox for Title and Delete Button) that will delete the row in the table corresponding to the text entered as Title), after a confirmation is accepted.
  • An Export Button that will save all the rows in a file, tab-delimited columns.

References

Cobb, C. 2020 . Learn C# With Windows Forms and SQL Server.

Search by ID

Search by Title

Search by Price

Save to Text File

Save to Text File

Add

Delete

Delete

Search

SQL Server Database - Books Table

About


Languages

Language:C# 100.0%