When AutoMapper isn't Auto
Or why I have no hair.
Recently I was working on the API gateway and ran into an issue while trying to use Auto Mapper. It was working well until I was trying to map some XML from one name space to another.
Categories
Making the chicken dance one line of code at a time
Or why I have no hair.
Recently I was working on the API gateway and ran into an issue while trying to use Auto Mapper. It was working well until I was trying to map some XML from one name space to another.
a Journey Into Slight Madness
Recently at work I was tasked to build an API gateway. Now an API gateway is a rather simple thing, create a copy of the interface objects, move them to a new name space, grab automapper so you don’t have to write tedious manual mapping code then throw it out on a server.