https://github.com/udoy2/csharpcrud
A basic C# CRUD application for product management, enabling easy creation, retrieval, updating, and deletion of products. 🛠️📦
https://github.com/udoy2/csharpcrud
crud-application csharp dotnet
Last synced: 2 months ago
JSON representation
A basic C# CRUD application for product management, enabling easy creation, retrieval, updating, and deletion of products. 🛠️📦
- Host: GitHub
- URL: https://github.com/udoy2/csharpcrud
- Owner: Udoy2
- Created: 2024-04-28T16:08:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T17:31:26.000Z (about 2 years ago)
- Last Synced: 2025-02-28T16:17:08.804Z (over 1 year ago)
- Topics: crud-application, csharp, dotnet
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Management CRUD Application
A basic C# CRUD application for product management, enabling easy creation, retrieval, updating, and deletion of products. 🛠️📦
## Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
## Features
- Create new products
- Retrieve and display product details
- Update existing products
- Delete products
## Technologies Used
- **Frontend**: WinForms (or ASP.NET if web-based)
- **Backend**: C# with .NET Framework or .NET Core
- **Database**: SQL Server or any other relational database
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.