40,046 reputation
53875
bio website byterot.blogspot.com
location United Kingdom
age 44
visits member for 2 years, 8 months
seen yesterday
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


Dec
18
answered Fire-forget and One-Way Calls in ASP.NET WebApi
Dec
18
awarded  Nice Answer
Dec
17
answered what's the skinny on long polling with ajax and webapi…is it going to kill my server? and string comparisons
Dec
15
comment WebApi optional parameter - is required?
I tried this and cannot see what you see. I even removed default from action and it all works no problem.
Dec
15
comment Donut hole caching - exclude MiniProfiler.RenderIncludes
Does it matter? If page comes from output cache then the action and controller not called so profiler would not show anything anyway, no?
Dec
15
revised Memcache and ASP.NET runtime cache
added 79 characters in body
Dec
15
answered Memcache and ASP.NET runtime cache
Dec
15
comment windbg and SciTech profiler: Failed to load data access DLL for x64 memory dump
+1. Yeah right I have .NET 4.5 on machine which I suspected was the problem. Yet we could not get it working even on a machine not having 4.5.
Dec
15
comment windbg and SciTech profiler: Failed to load data access DLL for x64 memory dump
@MarcSherman thanks. Do you mind posting this as an answer rather than comment? I will accept it as answer - my problem is solved but I checked this also works. I have not seen this being mentioned anywhere and people will need to know about this.
Dec
14
awarded  Nice Answer
Dec
14
revised windbg and SciTech profiler: Failed to load data access DLL for x64 memory dump
added 27 characters in body
Dec
14
answered windbg and SciTech profiler: Failed to load data access DLL for x64 memory dump
Dec
14
asked windbg and SciTech profiler: Failed to load data access DLL for x64 memory dump
Dec
10
comment How to serialize xml into desired format in asp.net web api
@DarrelMiller well again I am talking about server's Public domain and domain object as in CSDS. Obviously a mapper will translate private domain to domain object (also commonly referred to as viewmodel).
Dec
8
comment How to serialize xml into desired format in asp.net web api
@DarrelMiller not really talking about the format. That is handled by media type formatter. We are talking about domain implementation.
Dec
7
comment How to serialize xml into desired format in asp.net web api
When you have control over the class, implementing IXmlSerializable is overkill.
Dec
6
awarded  Enlightened
Dec
6
awarded  Nice Answer
Dec
4
awarded  Popular Question
Dec
4
answered WCF Data Service vs WebAPI