PreviousNext

How to simulate AutoMapper that works during the build time

by cezarypiatek, 2019-12-02T18:09:44.165Z

In this blog post, I’m going to describe how to create a tool for generating code during the build process and how I used it to create auto-synchronizing mapping classes.

Read More