New Post: Paging with OData and Excel
Hi I'm using OData to send data to Excel. My Get-Function in my control: Public Function Get As EdmEntityObjectCollection I create a dynamic edm and all is ok, when I have only less data. Without top...
View ArticleNew Post: Response localization in Web API
Hi, Any suggestion or workaround about this issue? May be implementing an HttpMessageHandler and processing the response? Any idea about other simpler way? Thanks.
View ArticleNew Comment on "Specs"
What about full localizable responses in Web API? Here a more detailed explanation: http://forums.asp.net/t/1948814.aspx?Response+localization+in+Web+API
View ArticleNew Post: Testing MultipartFormDataContent
Hi, I have the exact same problem. Any recent info?
View ArticleEdited Unassigned: Support ComplexTypeAttribute, AssociationAttribute,...
The current model builder doesn't support classes annotated with the ComplexType, AssociationLink, ConcurrencyCheck or Timestamp attributes in System.ComponentModel.DataAnotations.Supporting this...
View ArticleSource code checked in, #1927fe8cbb343587a5faed2a7e06b0a0cedd820c
Issue 778: Action should support overload on derived bindable types
View ArticleSource code checked in, #fa0e89021087558c49f3f90cdd6ee9d7325fe805
Issue 1425: Make MVC UrlHelper methods virtual
View ArticleCreated Unassigned: Runtime exception in unit-tests with synthetic controller...
Hi,After updating from 5.0.0-rc1 to 5.0.0 I started to get runtime exception in place where previously I didn't:>The request context property on the request must be null or match...
View ArticleEdited Issue: Make MVC UrlHelper methods virtual [1425]
UrlHelper methods in web API are virtual and are of great use while writing unit tests. Pass on the goodness to MVC UrlHelper as well.
View ArticleCommented Issue: Make MVC UrlHelper methods virtual [1425]
UrlHelper methods in web API are virtual and are of great use while writing unit tests. Pass on the goodness to MVC UrlHelper as well.Comments:...
View ArticleCommented Unassigned: Runtime exception in unit-tests with synthetic...
Hi,After updating from 5.0.0-rc1 to 5.0.0 I started to get runtime exception in place where previously I didn't:>The request context property on the request must be null or match...
View ArticleEdited Issue: Action should support overload on derived bindable types [778]
The scenario is that I want to support Wash action on all vehicle entities and I want to a different wash procedure for Car. Currently, it's not doable if I want to keep the same action name as wash.If...
View ArticleCommented Issue: Action should support overload on derived bindable types [778]
The scenario is that I want to support Wash action on all vehicle entities and I want to a different wash procedure for Car. Currently, it's not doable if I want to keep the same action name as wash.If...
View ArticleSource code checked in, #63611bc8742376176e9b83061ed886bac560745a
Issue 1384: Make ODataActionParameters work in untyped mode. Adding a new type ODataUntypedActionParameters that can be used to deserialize action payloads in untyped scenarios.
View ArticleEdited Issue: Make ODataActionParameters work in untyped mode. [1384]
Right now, customers in untyped scenarios cannot use ODataActionParameters as the deserializer always tries to deserialize the individual parameters as strongly typed CLR objects instead of...
View ArticleCommented Issue: Make ODataActionParameters work in untyped mode. [1384]
Right now, customers in untyped scenarios cannot use ODataActionParameters as the deserializer always tries to deserialize the individual parameters as strongly typed CLR objects instead of...
View ArticleNew Post: Paging with OData and Excel
Hi Thanks for the fast answer. It's running. Christoph
View ArticleClosed Feature: Provide properties for specifiying DataTokens and Defaults on...
Also for MVC too.Comments: Verified.
View Article