Viewing profile — _camaya
_camaya
HN member- Joined
- Fri, Apr 10, 2015, 2:09 PM UTC
- HN karma
- -2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About _camaya
No profile information was provided.
Recent public activity
-
comment
Comment #9354438
My fault, I just read the comments here :)
-
comment
Comment #9354430
Automapper and Entity Framework are two absolutely different things. The first one in a mappings library and the other one is a full ORM. Automapper basically allows you to convert…
-
comment
Comment #9354410
could you elaborate a bit more on that?
-
comment
Comment #9354373
You guys should check these ones: * Hangfire( http://hangfire.io/ ): for background jobs. * Polly( https://github.com/michael-wolfenden/Polly ): For exception handling policies. Ed…