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.

API Question - OData

first post: liraz_rom wrote: hi i trying to figure out what is the diff between HasNavigationP...

latest post: liraz_rom wrote: i am not using the ODataConventionModelBuilder cause in my real sce...

IHttpRoute.GetRouteData never gets called?

first post: georgiosd wrote: I'm trying to adapt the example of the RegexRoute* to Web API which...

latest post: kichalla wrote: Unfortunately looks like the bug fix didn't make it into the versio...

$expand with breeze js

first post: liraz_rom wrote: hi i have downloaded vs2013 with all the beta's i have created an...

latest post: raghuramn wrote: We don't support defining foreign keys with ODataModelBuilder. I di...

CORS POST Requests not working - OPTIONS (Bad Request)

first post: parliament718 wrote: I'm having a lot of trouble getting a cross domain POST request to ...

latest post: trdai wrote: Hi Parliament718, Issue 954 likely causes the 400 Option and the ...

ODataActions sample - interpreting generated metadata for CheckOut and CheckOutMany

first post: MrIanYates wrote: Hi, I've posted a fairly detailed question @ StackOverflow - http...

latest post: MrIanYates wrote: I've been working through this more - here's my comment on my post ...

Expand does not work with GetEntityByKey

first post: igalln wrote: Hi, I use expand with the nightly builds, it works well when call...

latest post: MrIanYates wrote: It would be nice to have an EntitySetController flavour that suppor...

PushStreamContent and Self hosting server

first post: CheloXL wrote: Hi, I'm trying to make the PushStreamContent works under the HttpS...

Kernel-mode caching for ASP.NET Web API

first post: aliostad wrote: Hi, I am looking into HTTP.SYS kernel model caching and have a simp...

Cannot set DataTokens in MapHttpRoute extensions (HttpRouteCollectionExtensions, RouteCollectionExtensions)

first post: nenadvicentic wrote: Is there any particular reason why MapHttpRoute extension methods d...

Bind from both Uri and Body

first post: kimsagro wrote: Is it possible to bind a model from both the Uri and Body? For in...