TIL: Five lessons while working with OrmLite

from blog Just Some Code, | ↗ original
Back in the day, for my Advent of Posts I shared some lessons on Hangfire and OrmLite. In this year, for one of my client’s project I’ve been working with OrmLite a lot. Let me expand on those initial lessons and share some others. 1. IgnoreOnUpdate attribute When using SaveAsync() or any update method, OrmLite omits properties marked with the...