New Post: HttpClient.PutAsJsonAsync(requestUri, value) does not post value to...
Reporting a BUG is spam to you? Not where I come from! Your comment lacks common sense. I just demonstrated that it DOES work with JSON (unfortunately not the format generated by PutAsJsonAsync) and...
View ArticleEdited Feature: Support route level constraint for attribute routing [1278]
There is a way to add inline constraint to a route, but not a general constraint.It will be pretty useful for versioning for example to enable this scenario.
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Unassigned: WebAPI modelbinding int and object containing int [1289]
Preview version of VS2013 new WebAPI project. I got exceptions during modelbinding (i.e. couldn't catch the exception with the debugger), and as far as I can see it comes down to this: public class...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleNew Post: What is the use of WCF?
I’ve to develop an applications, it has a functionality like AVG Update. In AVG, on our local machine we can set the date/time for updates. If the internet is connected then AVG will check...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleSource code checked in, #d9684fbfaf708ddacc2fa7d804ef8f8c48455a7f
Add unit tests for HttpRequestContext used in HttpControllerDispatcher.
View ArticleCommented Unassigned: URL Smart Generation (ActionLink, etc) [1292]
I've currently run into a scenario where I'd like to re-use much of an existing controller and not have to worry about creating new files. In my area registration on an MVC3 website I have the...
View ArticleEdited Issue: Add a simple hook to re-write all outgoing OData links. [1247]
Right now, we generate a bunch of links in the OData response payloads. These are,1) Self links - ID, edit and read links.2) Navigation links,3) Metadata links.Customers want to use...
View ArticleCommented Issue: Fix for issue in...
I'm using Castle Windsor to do various AOP stuff in my web application. I'm having an issue with a controller action method with an optional parameter with a default value:public virtual ActionResult...
View ArticleCommented Issue: Fix for issue in...
I'm using Castle Windsor to do various AOP stuff in my web application. I'm having an issue with a controller action method with an optional parameter with a default value:public virtual ActionResult...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleSource code checked in, #96ecfae18e08e1fe0e526ef132d22866e7ec5aa3
Add remaining unit tests for HttpRequestContext.
View ArticleCommented Issue: Support case-insensitive property names in OData queries [366]
For OData $filter/$sort queries, our output could potentially different casings vs. the model. In this scenario the query parsing will fail.For example, if my model has a "Name" property but my JSON...
View ArticleNew Post: Web API 5.0.0-rtm-120913
When a NuGet package is marked rtm-130912, isn't it supposed to be released then? I saw Web API 5.0.0-rtm-130912 but it wasn't released yesterday. Now suddenly it has changed to rtm-130913. I'm waiting...
View Article