Herro!
I'm doing some pro bono developing for our local bookshop. I am to build an application to handle their book circle
The application would have one admin view where new books, members, memberships etc. can be added/edited/deleted and one super duper simple view for the customers to either scan their ID's and scan a book to loan it or just scan an already loaned book to return it. No rocket science.
I've set up a MySQL database with appropriate tables.
Now I wonder, is WPF suitable for an application like this, or are there better/simpler alternatives? I'd prefer C#, but it's not a must. A plus would be if it's simple to make a pretty UI.
Cheers / Fredde!