Live data from Hacker News

Viewing profile — odinserj

odinserj

HN member
Joined
Sat, May 17, 2014, 6:06 AM UTC
HN karma
34
Public activity
9 items

About odinserj

No profile information was provided.

Recent public activity

  1. comment
    Comment #9359883

    Really nice list, especially under https://github.com/Microsoft/dotnet/blob/master/dotnet-devel...

  2. comment
    Comment #9355811

    I've also used BLToolkit, and it is pretty fast too, plus it has Linq support to build strongly-typed queries that sometimes better than raw SQL queries. But when it comes to table…

  3. comment
    Comment #9355074

    Dapper is a really awesome library when you want to write complex queries (full of table hints, output clauses, merges and other advanced stuff), but don't want to write enormous a…

  4. story
  5. comment
  6. comment
    Comment #7817280

    Quartz.NET is built around a scheduler, HangFire is built on top of message queues. If you want to off-load a task from the request processing pipeline, message queue is more prefe…

  7. comment
    Comment #7811340

    I didn't try to do so, but there is nothing to prevent HangFire to run on Mono. I also consider to support OWIN instead of System.Web for HangFire Dashboard, so Linux and MacOS wil…

  8. comment
    Comment #7811328

    HangFire provides you a unified programming model for background job processing on shared, dedicated and cloud hosting. It takes the complexity of background processing itself and …

  9. story