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 6 episodes of Merge Conflict with the tag “database”.
-
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!
-
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.
-
223: How App Updates Work
October 12th, 2020 | 42 mins 11 secs
android, database, in-app purchase, ios, migrations, upgrades, xamarin
How to app updates work, what do you need to know, migrate, and hook into? Or do you need to at all?
-
221: Swift on Windows, Clean Code, and iOS 14
September 28th, 2020 | 42 mins 12 secs
clean code, database, ios 14, maui, swift, windows, xamarin
Now back to our normally scheduled lightning topics with awesome listener suggestions including Swift on Windows, .NET Maui, Database selection, clean code, iOS 14, and more.
-
Merge Conflict 76: We Can't Solve Everyone's Problem
December 18th, 2017 | 46 mins 4 secs
android, asp.net, c# 7.2, cache, data caching, database, ios, monkey, monkeycache, offline, ooui, windows, xamarin, xamarin.forms
When having SQLite isn't enough for James he has to go and try to solve offline data caching again with Monkey Cache. We discuss why this open source library happened, where it is going, what are best practices for data caching, and so much more.
-
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.