Project: Product & Seller Management System
Developed a backend system using C# (.NET) that integrates with a relational database to manage products and sellers efficiently.
Key Features:
Designed and implemented a structured database schema for products and sellers.
Built RESTful APIs to handle CRUD operations (create, read, update, delete).
Applied Object-Oriented Programming (OOP) principles for maintainable and reusable code.
Integrated backend with SQL database to store and retrieve data securely.
Added support for configuration files, logging, and event handling for better maintainability.
Tech Stack: C#, .NET, SQL, REST API, OOP