When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
I'm migrating our Xamarin Forms app over to MAUI and I'm having an issue with running for Android; running for Windows runs just fine. During runtime I get a "System.DllNotFoundException: 'e_sqlite3'" ...
I have just upgraded the nuget package Microsoft.Data.Sqlite to version 6.0.0 and this code public IDbConnection OpenOrCreateDatabase(string databaseFilePath) { string connectionString = new ...