Merge Conflict
Join Frank & James for a weekly discussion on the world of technology and development including C#, F#, .NET, web, mobile, and more.
We found 8 episodes of Merge Conflict with the tag “sqlite”.
-
299: Databases shouldn’t allow delete
March 28th, 2022 | 36 mins 47 secs
android, database, ios, sqlite, xamarin
Frank explains to James why and how he is doing databases all wrong!
-
270: M1 on the road, phased release, new SQLite-net, and .NET MAUI ready libraries
September 6th, 2021 | 47 mins 16 secs
android, dotnet maui, ios, m1, macbook, phased release, podcast, sqlite, sqlite-net, xamarin
Frank is on the road, but we answer your questions in this week's podcast featuring lightning topics! We take a look at the latest enhancements to SQLite-net from Frank, how to get your libraries .NET MAUI and .NET 6 ready, and what is the proper way to do phased rollouts on iOS and Android.
-
266: How not to architect a database
August 9th, 2021 | 52 mins 9 secs
android, database, ios, sqlite, sqlite-net, xamarin, xamarin.forms
James had an awesome feature request for his app, but it required storing thousands of rows of data. Instead of relying on decades old best practices he decided to roll his own serialization... was that the best? SQLite-net creator Frank lets him have it.
-
227: Databases!
November 9th, 2020 | 51 mins 54 secs
android, desktop, ios, no-sql, server, sqlite, sqlite-net, xamarin
Let's talk about databases! SQLite, No-SQL, LiteDB, CoreData, and so much more! All the options!
-
134: SQLite On The Server
January 28th, 2019 | 37 mins 47 secs
android, asp.net, dot-net, ios, nuget, server, sqlite, sqlite-net, xamarin
It is the 10 year anniversary of Frank's SQLite-net library and he has some huge improvements and feature in store. We discuss the past, present, and future of SQLite across all of the different .NET platforms and how you can drop SQLite-net onto your server to simplify web apps!
-
112: Decrypting Encryption
August 27th, 2018 | 37 mins 55 secs
android, cloudflare, ios, security, sqlcipher, sqlite, ssl, tls, xamarin, xamarin.essentials
On this week's pod we take a look at the current state of web and app security for developers. We discuss options when dealing with TLS/SSL, database encryption, and how to store items securely in mobile apps.
-
Merge Conflict 83: Fear of Breaking the World
February 5th, 2018 | 44 mins 54 secs
.net, .net standard, android, geolocator, google play, ios, libraries, monkey cache, nuget, plugins, semver, sql, sqlite, sqlite-raw, xamarin
We have way too many open source projects and NuGet libraries which are used by thousands of developers, which is awesome, but means we get really scared when we change anything! We discuss when and how we decide when to push that release out.
-
Merge Conflict 23: ORM or Bust
December 12th, 2016 | 54 mins 24 secs
database, nosql, orm, sql, sqlite, xamarin
Object-relational mappings, you can't live with them and can't live without them so you have probably written your own by now. When you need a database an ORM is a must and we decipher the need and implementations.