Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_camaya
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
by
_camaya
11y ago
My fault, I just read the comments here :)
2.
▲
by
_camaya
11y ago
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 a DB Model to a DTO or a ViewModel.
3.
▲
by
_camaya
11y ago
could you elaborate a bit more on that?
4.
▲
by
_camaya
11y ago
You guys should check these ones: * Hangfire( http://hangfire.io/ ): for background jobs. * Polly( https://github.com/michael-wolfenden/Polly ): For exception handling policies. Edit: formatting.