I’m trying to use IHostBufferPolicySelector to disable input buffering on a per-route basis, but have been unsuccessful so far.
It looks like route data doesn’t make it into UseBufferedInputStrea...
Id #2305 | Release:
None
| Updated: Apr 28 at 6:51 PM by zarenner | Created: Apr 28 at 6:43 PM by zarenner
The next version of asp.net is built on top of the netstandard concept. For nuget to successfully restore Web API client packages. users need to add an import to their project.json files. We want t...
Id #2304 | Release:
None
| Updated: Apr 25 at 6:08 PM by jacalvar | Created: Apr 25 at 6:08 PM by jacalvar
Hi,
Need Katana owin source code of vesion 2.0.0.0 as I need to extend some fucntionality.
I have latest source code from katana owin site but unable to debug in webapi as most of
the assemblie...
Id #2303 | Release:
None
| Updated: Apr 15 at 12:53 PM by AmitKarankar | Created: Apr 15 at 11:43 AM by AmitKarankar
Hi
I am going through the System.Web.Http Project and analysing the code for AuthorizeAttribute.cs wherein
IPrincipal user = Thread.CurrentPrincipal is set.
But I didnt understand where exactly...
Id #2302 | Release:
None
| Updated: Apr 12 at 9:48 AM by AmitKarankar | Created: Apr 12 at 9:08 AM by AmitKarankar
My data model has a property called "Name", which is used on several different entities.
class Device {
string Name;
}
class User {
string Name;
Device[] Devices;
}
When processing a req...
Id #2301 | Release:
None
| Updated: Apr 6 at 7:30 PM by JamesCourtney | Created: Apr 6 at 7:30 PM by JamesCourtney
Jquery validation now supports native unobtrusive declarations using data-rule-, data-msg-
can you support also that so we don't need the Microsoft.jQuery.Unobtrusive.Validation package?
it cont...
Id #2300 | Release:
None
| Updated: Mar 21 at 11:21 AM by livioc | Created: Mar 21 at 11:21 AM by livioc
Database.Open("") have three action:
use the connection string in the Web.config file which name "" to connect to database
use SQL Server Express to access App_Data.mdf
use SQL Server CE 4.0 to ...
Id #2299 | Release:
None
| Updated: Mar 10 at 1:00 PM by fo40225 | Created: Mar 10 at 1:00 PM by fo40225
The NuGet package Microsoft.AspNet.WebHelpers 3.2.3 require Microsoft.AspNet.WebPages.Data 3.0.0.0.
If install Microsoft.AspNet.WebHelpers 3.2.3 into a empty visual studio web project directly, i...
Id #2298 | Release:
None
| Updated: Mar 10 at 12:35 PM by fo40225 | Created: Mar 10 at 12:35 PM by fo40225
I copied this issue from https://github.com/aspnet/Mvc/issues/2890 because it looks like no related issues been tracked by ASP.NET MVC 5 project.
Hey, not 100% sure if this an MVC issue or Roslyn i...
Id #2297 | Release:
None
| Updated: Mar 5 at 5:20 PM by doggy8088 | Created: Mar 5 at 5:20 PM by doggy8088
Hello,
When you are calling a controller from json, which argument name is one property name of the object. You get an object with every properties at null.
Here is a program which reproduces t...
Id #2296 | Release:
None
| Updated: Mar 2 at 5:05 PM by VGib | Created: Mar 2 at 5:05 PM by VGib