Discussions under ASP.NET Web API

This page is only for discussions about the technologies source code base. For questions about using ASP.NET MVC, Web API and Web Pages technologies please post your question to the appropriate ASP.NET forum: MVC, Web API, Web Pages.

Discussions are grouped into the following topics:

  • General - Discussions not directly related to features and bugs (contributing, build breaks, etc.).
  • ASP.NET MVC - Discussion about MVC.
  • ASP.NET Web API - Discussion about Web API.
  • ASP.NET Web Pages - Discussion about Web Pages including Razor.
  • ASP.NET Single Page Application - Discussion about Single Page Application.

If you haven't already, be sure to check out the FAQ and the list of Known Issues before posting.

Custom HttpParameterBinding is not picked up by latest bits

first post: attilah wrote: I've defined a HttpParameterBinding derived class which is register...

Custom serialization of .NET type

first post: itaid wrote: Hi Please consider the following scenario: Web api receives a ...

CreateEntity returns wrong location header

first post: igalln wrote: Hi, I have a web api odata controller that impl' CreateEntity. Af...

latest post: danroth27 wrote: I believe the key is determined by your implementation of the GetKe...

Serialization stuff

first post: Omar007 wrote: I'm bumping into a few odd things with serialization. Maybe I'm jus...

latest post: danroth27 wrote: I just tried returning all of these types from a Web API built with...

CamelCasePropertyNamesContractResolver and Compex Properties

first post: koistya wrote: I would love to see an out of the box camel case property name cont...

Error Response: { "message": "...", "description": "...", "errors": [ ... ] }

first post: koistya wrote: Are you sure that "ModelState" key makes much sense in an error res...

ASP.NET MVC 5 RTM?

first post: nvivo wrote: Hi, I couldn't help to notice that the downloads section has a "v...

latest post: pjklein wrote: Do you know of a target for when it will come out of beta? Is there...

Where is the source for HttpResponseMessage<T>

first post: rjuliano wrote: I downloaded the source code and built the solution successfully. ...

latest post: Jaans wrote: What about a HttpClient.PostAsForm( T value ) for the application/x...

Web API ODATA - posting embedded entity - different behavior betweeb json and atom+xml

first post: aliaksandr_pedzko wrote: Hi! We have an ODATA endpoint for posting 2 resource types: Paym...

How to remove prefix from ModelState keys?

first post: koistya wrote: Is there a way to remove prefixes from ModelState keys? Consider a ...