Simple can be harder than complex
  • Home
  • LinkedIn
  • Event-Driven

DDD

A collection of 3 posts

Entity Framework

How to configure Entity Framework?

When you are introducing an ORM to communicate with your database. You will need to know upfront where in your application your objects will be placed and where the configuration belongs. The objects

  • Jens Gheerardyn
3 min read
DDD

When not to use interfaces

Inversion of control was in part introduced to fix the problem of writing tests. How can we write tests, focussed on a small part of our application, if every dependency is instantiated inside

  • Jens Gheerardyn
3 min read
Consistency

Why using AutoMapper for DTO to Entity mapping is a bad idea

Conceptual view Why is using AutoMapper for DTO to Entity mapping a bad idea? AutoMapper does its job by using reflection. When you use reflection you divert from the normal path and you

  • Jens Gheerardyn
3 min read
Simple can be harder than complex © 2023
Latest Posts Twitter Ghost