What is currently the best solution for WPF applications which are meant to be used on one computer where various users log into them and use t
I'd say SQLite. It's incredibly light-weight and easy to use, and the API is fine. You could always use DbLinq as ORM.