Skip to content

C# Academic project that manages a database of books and authors via windows forms interface.

Notifications You must be signed in to change notification settings

berickson926/cecs475proejct5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

cecs475proejct5

Books & Authors Database Application

Academic solo project written in C#

Features LINQ to SQL queries implementation with a local master database file

GUI Multiple Document Interface allows user to access & modify the database with the following fuctions:

  -Master/Detail View

  -Insert/Update/Delete entries in each available db tables (Author, Title, AuthorISBN)

  -Search for a single Author by ID or Last Name

  -Search for a Book Title by Title or Copyright

 -Search for all Authors and books they have co-authored (able to group by author if desired)

  -Search for all Authors and ISBN they have co-authored

About

C# Academic project that manages a database of books and authors via windows forms interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages