_camaya
No user record in our sample, but _camaya has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but _camaya has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
My fault, I just read the comments here :)
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.
could you elaborate a bit more on that?
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.