Viewing profile — odinserj
odinserj
HN member- Joined
- Sat, May 17, 2014, 6:06 AM UTC
- HN karma
- 34
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About odinserj
No profile information was provided.
Recent public activity
-
comment
Comment #9359883
Really nice list, especially under https://github.com/Microsoft/dotnet/blob/master/dotnet-devel...
-
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…
-
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…
- story
-
comment
Comment #7817294
Why?
-
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…
-
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…
-
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 …
- story