Updated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleUpdated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleUpdated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleUpdated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleUpdated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleUpdated Wiki: Web API Request Batching
OverviewRequest batching is a useful way of minimizing the number of messages that are passed between the client and the server. This reduces network traffic and provides a smoother, less chatty user...
View ArticleNew Post: CovariantModelBinder submission
Hello, I have prepared a fork with a branch for the CovariantModelBinder. This is similar to the DerivedTypeModelBinder in MvcContrib, providing the user with the ability rehydrate covariant types...
View ArticleCreated Unassigned: Unable to deserialize edm:Time property [975]
I have an working OData service, but as soon as a I add a property of type TimeSpan, I have trouble POSTing to it. The $metadata shows the type as Edm:Time as I would expect. And Fiddler shows the...
View ArticleEdited Issue: Add an ODataClientMediaTypeFormatter as a sample [433]
It is super helpful while doing deserialization tests. We can mark it internal or document it saying that it can be used only for unit testing.
View ArticleCommented Issue: Remove default namespaces from XML in Web API [413]
The XML serialisation process injects default namespaces into the generated XML: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" These can be...
View ArticleCreated Unassigned: SetInlineCount not working when EnableQuerySupport is...
If you manually set the count to return by using SetInlineCount, the QueryableAttribute action filter overwrites it, so your total is never returned in the response.Confirmed as a bug by "raghuramn". A...
View ArticleNew Post: Returning total count when not using a LINQ provider
Thanks, I will try your suggestion. I added it as an issue: https://aspnetwebstack.codeplex.com/workitem/976
View ArticleCreated Unassigned: UrlHelper class in Web API is hard to mock [977]
None of the methods are virtual making it hard to mock and hence test. It would be great if these could be made virtual: public string Link(string routeName, IDictionary<string, object>...
View ArticleCommented Unassigned: UrlHelper class in Web API is hard to mock [977]
None of the methods are virtual making it hard to mock and hence test. It would be great if these could be made virtual: public string Link(string routeName, IDictionary<string, object>...
View ArticleCommented Unassigned: UrlHelper class in Web API is hard to mock [977]
None of the methods are virtual making it hard to mock and hence test. It would be great if these could be made virtual: public string Link(string routeName, IDictionary<string, object>...
View ArticleSource code checked in, #e77aac8542c7d9f5e89b3aecfdc085cf9a62d8c1
Opt35: MVC: AsyncUtil: Replace AsyncUtil with feature on AsyncResultWrapper to save allocations.
View ArticleCommented Feature: Add OData Function Support [881]
Just like with actions, please add support for OData Functions. These are easy to implement with WebApi but it is very difficult to advertise the functions in the metadata since webapi odata currently...
View ArticleCreated Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View ArticleEdited Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View ArticleEdited Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View Article