This project is a RESTful Web API built using ASP.NET Core and Entity Framework with SQL Server.
The API is designed to manage products and departments with full CRUD operations. It allows users to create, retrieve, update, delete, and search data efficiently through structured endpoints.
Key Features:
• Build RESTful API using ASP.NET Core
• Database integration using SQL Server
• ORM implementation with Entity Framework
• CRUD operations for Products and Departments
• Search functionality for products
• API testing and documentation using Swagger UI
Technologies Used:
• ASP.NET Core Web API
• C#
• Entity Framework Core
• SQL Server
• Swagger / OpenAPI
This project demonstrates backend development skills including API design, database management, and building scalable server-side applications.