39,948 reputation
53875
bio website byterot.blogspot.com
location United Kingdom
age 44
visits member for 2 years, 8 months
seen 10 hours ago
stats profile views 2,960

"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


Feb
21
answered Why is my async ASP.NET Web API controller blocking the main thread?
Feb
20
answered Implement Web API with OAuth and a Single Page Application
Feb
20
answered What is the correct way to fail in a WebApi Controller constructor
Feb
20
comment ProtocolViolationException Load testing web service (GET action with content-body)
@LeeGrissom JSONP is not necessarily restful. Also browser cannot send content with GET so you have to use the URL for sending querystring parameters.
Feb
19
revised RESTful Verify Password service
added 16 characters in body
Feb
19
answered RESTful Verify Password service
Feb
19
comment DotnetOpenAuth RefreshAuthorization blocked 403 Forbidden (12202)
What did you set the callback URL in your OAuth settings?
Feb
19
comment What other HTTP methods besides POST, PUT, DELETE, GET
@DarinDimitrov again not true. INSERT -> POST and UPDATE -> PUT.
Feb
19
comment What other HTTP methods besides POST, PUT, DELETE, GET
that is not technically true. PUT and DELETE also modify some state on the server.
Feb
6
answered How to represent\maintain a master detail relationship in a RESTful way?
Feb
4
comment Output caching for an ApiController (MVC4 Web API)
@NoelAbrahams studying the ASP.NET Web API codebase my friend :) Is not documented as far I am aware.
Feb
4
comment Should I create multiple controllers or a single controller with multiple actions to handle more detailed responses?
@DarrelMiller but it maintains the resource hierarchy.
Feb
4
revised Should I create multiple controllers or a single controller with multiple actions to handle more detailed responses?
added 191 characters in body
Feb
4
comment Should I create multiple controllers or a single controller with multiple actions to handle more detailed responses?
@DarrelMiller you are right :)
Feb
4
revised Should I create multiple controllers or a single controller with multiple actions to handle more detailed responses?
edited tags
Feb
4
answered Should I create multiple controllers or a single controller with multiple actions to handle more detailed responses?
Feb
3
answered ASP.NET Web API get child list (hierarchical resources)
Feb
2
awarded  Enlightened
Feb
2
awarded  Nice Answer
Feb
1
revised Correct way to post dates to Web API?
added 9 characters in body