❌ I removed AutoMapper…

by Jan 12, 2024Shorts

❌ I removed AutoMapper…

It was making my code more complex without reaping the benefits 🚫.

Why? 🤔

Low no. of entities to map in my codebase.

I was defining all field mappings anyhow because I like explicit mappings. 🧩

So, it didn’t solve a problem for me. But it made mappings more complex. 📚

What did I replace it with? 🔄

static Create methods on my DTO’s, like FromCustomer() and ToCustomer().🚀

Works perfect for me! ✔️👌

What do you think? 🧐

Remy van Duijkeren

Remy van Duijkeren

The Marketing Developer

I build automation and integrations that remove the annoying stuff—using Power Platform, Dynamics 365 & Azure.

Get My Thoughts on Automation & Development

Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems — especially on Power Platform and Dynamics 365.

Related

Hourly billing is nuts.

Hourly billing is nuts. Because the slower someone works, the more you pay. And the faster someone is… the more they get punished. Great system,...

read more