Skip to content

faamaral/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore Management Program

This is a basic Windows program written in C# that allows users to manage a bookstore inventory. The program uses a SQL Server Compact Edition database to store data. The program supports basic operations such as adding, deleting, and updating books in the inventory.

Technologies Used

Here are the technologies used in the development of this program:

  • C#
  • SQL Server Compact Edition
  • Windows Forms

Installation

To use this program, you need to have Visual Studio installed on your computer. You can download Visual Studio from the official website: https://visualstudio.microsoft.com/

After installing Visual Studio, follow these steps to install and run the program:

  1. Clone this repository or download the source code as a ZIP file.
  2. Open the solution file in Visual Studio.
  3. Build the solution.
  4. Run the program. Note: You may need to install the SQL Server Compact Edition database runtime if it is not already installed on your computer. You can download it from the official website: https://www.microsoft.com/pt-br/download/details.aspx?id=30709

Usage

The program is easy to use and comes with a simple user interface. To add a book to the inventory, click the "Add Book" button and enter the book details in the form. To delete a book, select the book from the list and click the "Delete Book" button. To update a book, select the book from the list, make the necessary changes, and click the "Update Book" button.

Contributing

Contributions to this program are welcome. If you find any issues or bugs, please report them using the issue tracker on GitHub. If you want to contribute code, please create a pull request.

License

This program is released under the MIT license. See the LICENSE file for more information.

About

A basic windows program for bookstore management written in c# and using sqlserver-ce database.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages