Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.22 KB

File metadata and controls

38 lines (26 loc) · 1.22 KB

BookApplication 📚

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.

🎯 Project Overview

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.

💡 Features

  • 📖 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

🛠️ Technologies Used

  • C#
  • ASP.NET MVC
  • Entity Framework
  • SQL Server
  • Bootstrap (optional for styling)

🚀 Getting Started

Prerequisites

Running the Application

  1. Clone the repository:
    git clone https://github.com/your-username/BookApplication.git