Discussions under ASP.NET MVC

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.

Why are the temporary UserCache XMLs being reused when my application restarts?

first post: ghstahl wrote: a couple of XML files are created in the following location when a...

latest post: ghstahl wrote: Thanks everyone. The following workaround works for me. // Add th...

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 ...

Support Async for Controller Virtual Methods

first post: Birdchest wrote: Hey guys do you plan on supporting async for the following methods ...

Kernel-mode caching in ASP.NET MVC

first post: aliostad wrote: Hi guys, I have been looking at ASP.NET Web API caching and asked...

Replace JavaScriptSerializer for Json.Net in JsonResult

first post: alancaiyl wrote: Please consider to replace JavaScriptSerializer for Json.Net in Jso...

Release notes

first post: maxtoroq wrote: It would be helpful if you include release notes on the nuget packa...

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...

View engine depart paths to help organize controllers and view by departement

first post: marcnoon wrote: There is probably a better way to do this but I have been using the...

latest post: marcnoon wrote: Maybe areas would be better for organizing by department or schema....

CovariantModelBinder submission

first post: sdhebert wrote: Hello, I have prepared a fork with a branch for the CovariantModel...

latest post: albertiniolivier wrote: Hi, I think that it could be a great stuff ! During my development...