Learn how to enable your enums to easily serialize as strings, and save them to your database using Dapper as a string. Also… delve into a more complicated example with greater flexibility and stronger type-safety than a simple enum.
07 Jan 2019 | Staff Writer
EF Core (Entity Framework Core) code-first approach makes schema management easy with the migrations feature. Just create your models in… Learn More
23 Nov 2018 | Tony Fauss
We’ve talked elsewhere about automating application code changes. That tech is pretty stable and easy to understand (in principle, if… Learn More