Tag Archives: SQLite

Building A Generic SQLite Repository

In a recent project, I found myself needing multiple, seemingly unrelated databases.  It was crazy to copy and paste the code for such basic operations as getting all the data, etc., so the obvious alternative was a generic repository, and … Continue reading

Posted in C#, Data, Essentials, Xamarin | Tagged , , | Comments Off on Building A Generic SQLite Repository