Start
August 2017
End
February 2018
As part of the design guidelines, Library Manager is a Client database programmed designed to be connected to a centralized database server. Instead of locally serving the database, the demo provided under Releases uses a sample dataset in order to showcase functionality.
Internally, Library Manager takes advantage of Microsoft’s flagship .NET UI framework, Windows Presentation Foundation, or WPF. WPF works through two components: the design is programmed in XAML, or Extensible Application Markup Language (different from XML), while the behavior is programmed in C#. This separation of design and behavior is key to the framework’s architecture, as it allows for the adoption of the Model-View-ViewModel design paradigm as outlined below.
Extensible documentation was developed via LaTeX in order to explain each feature of the program, and is available as a PDF document.
A brief slideshow discussing the development of the project has been created, and is available below.