| bio | website | byterot.blogspot.com |
|---|---|---|
| location | United Kingdom | |
| age | 44 | |
| visits | member for | 2 years, 8 months |
| seen | 22 hours ago | |
| stats | profile views | 2,969 |
"For when I am weak then I am strong"
Solution Architect, computer vision enthusiast (published a few papers, demo here) and ex-medical doctor. Working mainly as a middleware specialist with interests from CLR level details and protocols up to UI level (WPF and HTML+jquery).
Love to be able to help...
My one liner: "My washing machine will talk REST+JSON in 5 years..." [I said this back in 2010] and recently added " using server side JavaScript - perhaps node.js"
Follow me on twitter: @aliostad
|
May 21 |
comment |
Does WebApi's async context trickle down to libraries using TaskParallel? not saying that. I am saying that multi-threading on server is not great. You need to be careful. |
|
May 21 |
comment |
Does WebApi's async context trickle down to libraries using TaskParallel? Using Parallel.For on the Web API host is not a good practice - unless the process could take minutes, in which case better use other options. It will steal the same threads used by ASP.NET hence can cause thread starvation. |
|
May 17 |
awarded | Nice Answer |
|
May 7 |
awarded | Enlightened |
|
May 7 |
awarded | Nice Answer |
|
May 6 |
awarded | Nice Answer |
|
Apr 18 |
awarded | Nice Answer |
|
Apr 15 |
awarded | Good Answer |
|
Apr 7 |
awarded | Enlightened |
|
Apr 7 |
awarded | Nice Answer |
|
Apr 4 |
awarded | Enlightened |
|
Mar 26 |
awarded | Nice Answer |
|
Mar 21 |
revised |
All ASP.NET Web API controllers return 404 removing MVC from Web API |
|
Mar 12 |
awarded | Famous Question |
|
Mar 11 |
awarded | Notable Question |
|
Mar 7 |
revised |
Web UI composition (partial web parts): IFrame vs Ajax edited title |
|
Mar 6 |
asked | Web UI composition (partial web parts): IFrame vs Ajax |
|
Feb 27 |
answered | Design pattern: ASP.NET API for RPC against a back-end application |
|
Feb 24 |
awarded | Popular Question |
|
Feb 23 |
revised |
ASP.NET Web API Authentication Options edited title |