Giter Site home page Giter Site logo

librarymanagementsystem's Introduction

Library Management System

C# Backend Project For Managing Library System

Summary

     Library Project provides managing books that is in library and library users. Only librarian can lend books to users and add new books. When the librarian lends book to users, system automatically sends an email to the user's email. User can see all books which borrowed. In Addition, the user can only extend return date of books once. The return dates of books are given automatically by the system as 20 days. Each user can only borrow 5 books at a time. All saved users and books are stored in database(mssql).

Technologies

C# - Asp.Net - Mssql - EntityFramework - Autofac - FluentValidation - MailKit

Layers

Business

All required codes for managing database operations by communicating with data access layer. In Addition, this layer consist of validation rules.

Data Access

Crud operations is written in this layer. All operations which is related to database such as borrow book, delete book are done using the codes in this layer.

Core

It is the layer where project independent codes such as File helper, Cross Cutting Concernes, AOP, MailKitManager are written.

Web Api

Opens the project to the internet. All api requests (get, post methods) are in this layer. Using this layer you can communicate with different technologies(react, angular).

Contact

Email -> [email protected]

librarymanagementsystem's People

Contributors

vonhumbolt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.