- A B Design And Implement A C Windows Form Application To Create A Small Database Which Will Be Used To Store Data Ab 1 (39.33 KiB) Viewed 27 times
A, B: Design and Implement a C# windows form application to create a small database, which will be used to store data ab
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
A, B: Design and Implement a C# windows form application to create a small database, which will be used to store data ab
A, B: Design and Implement a C# windows form application to create a small database, which will be used to store data about books. For a certain book, we want to keep the following information: • Book ID • Book Title • Book Author The program must be able to store as many books records as user wants. In addition, the user should be allowed to: 1) Add data for new book 2) Display all the entered books (Book id, title and author) 3) Search for the book(s) with a certain id 4) Delete a book of a certain id 5) Update the information for already stored book with a certain id. [05] 2 of 3 C: Test and evaluate application by entering different books records and then apply operations of search, delete and update to search, delete and update specific book based on book id. [03]