Live data from Hacker News

Viewing profile — _camaya

_camaya

HN member
Joined
Fri, Apr 10, 2015, 2:09 PM UTC
HN karma
-2
Public activity
4 items

About _camaya

No profile information was provided.

Recent public activity

  1. comment
    Comment #9354438

    My fault, I just read the comments here :)

  2. 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…

  3. comment
    Comment #9354410

    could you elaborate a bit more on that?

  4. 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…