Tuesday 23 October 2012

Library Management System in Visual Basic

Purpose of the Project:-

The project is developed in Visual Basic and the purpose of this application are as follows :

• The software is for automation of library.
• It provides following facilities to Operator : 
    > Can enter details related to a particular book.
    > Can provide membership to members.
 
Admin :

• Can read and write information about any member.
• Can update, create, delete the record of membership as per requirement and implementation plants.

SOFTWARE SCOPE:

• Extensibility:
This software is extendable in ways that its original developers may not expect. The following principles enhances extensibility like hide data structure, avoid traversing multiple links or methods, avoid case statements on object type and distinguish public and private operations.

Reusability: Reusability is possible as and when require in this application. We can update it next version. Reusable software reduces design, coding and testing cost by amortizing effort over several designs. Reducing the amount of code also simplifies understanding, which increases the likelihood that the code is correct. We follow up both types of reusability: Sharing of newly written code within a project and reuse of previously written code on new projects.


Project Source Code..........DOWNLOAD HERE

No comments:

Post a Comment