A web-based book management application developed using C#, ASP.NET MVC, and Entity Framework. This project allows users to browse, search, add, edit, and delete books in a structured and user-friendly interface.
BookApplication is designed as a lightweight and scalable book tracking system. It offers essential CRUD functionality and a clean MVC architecture for maintainability and separation of concerns.
- 📖 List all available books
- 🔍 Search books by title or author
- ➕ Add new books
- 📝 Edit existing book details
- ❌ Delete books
- 🗃️ SQL Server database integration with Entity Framework
- C#
- ASP.NET MVC
- Entity Framework
- SQL Server
- Bootstrap (optional for styling)
- .NET SDK
- Visual Studio or another IDE with .NET support
- SQL Server
- Clone the repository:
git clone https://github.com/your-username/BookApplication.git