221 reputation
24
bio website markwberryman.com
location Seattle, WA
age
visits member for 1 year, 10 months
seen 2 days ago
stats profile views 24

I'm a Senior SDET working at Microsoft. My primary area of focus is building cloud (Azure) applications and working with external customers to migrate their existing systems to the cloud. Additionally, I'm a big fan of design patterns, unit testing and Exploratory Testing.


Jan
11
answered Post array of strings to web API method
Jan
11
answered JSON deserialization issue with POST request to Web API (using EF 5)
Jan
2
awarded  Yearling
Dec
27
answered Web API send multiple objects via jQuery POST
Dec
27
answered Versioning Web API actions in ASP.NET MVC 4
Dec
14
answered Configure ASP.NET Web API to send empty tags for null values
Nov
22
answered Page navigation for webapi
Nov
21
answered Updated ASP.NET Web API Tutorials on Microsoft Site
Nov
21
comment How to ignore a route in MVC4 WebAPI configuration?
Ah, you're right! I've updated my answer to fix this issue.
Nov
21
revised How to ignore a route in MVC4 WebAPI configuration?
Correcting answer to prevent breaking all Web API requests
Nov
21
comment ASP.NET Web API in WebForms 404
Ah, now I believe you're hitting the classing Fiddler localhost issue. Per the Fiddler docs "Important: Regardless of other settings, .NET will always bypass the Fiddler proxy for URLs containing localhost. So, rather than using localhost, change your code to refer to the machine name."
Nov
20
comment Web API route mapping to root
Okay, I've updated my answer. Hopefully this is what you're after.
Nov
20
awarded  Editor
Nov
20
revised Web API route mapping to root
added 513 characters in body
Nov
20
answered How to ignore a route in MVC4 WebAPI configuration?
Nov
19
answered Web API route mapping to root
Nov
19
comment ASP.NET Web API in WebForms 404
Works on my machine. :-) First step is to get Fiddler working here. Take a look at Rick's post on configuring Fiddler to work with HttpClient requests. Also, as you note, you don't need that second route in your global.asax file. The first one is good enough.
Nov
17
answered Organizing Master-Detail Controllers ASP.Net Web API
Nov
17
comment Web API interface works locally but gets 404 after deployed to Azure Website
Okay, then run through the checks Youssef recommends. Although I'm surprised you don't have the same issue when debugging locally.
Nov
16
answered Generating controllers in a ASP.NET Web API Self-Host application