Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live

Closed Issue: Add extension method to HttpRequestMessage so that user can...

Internally, we have save the IsLocal result in the HttpRequestMessage's property bag. Here are where we populate them.SelfHost: HttpSelfHostServer.ProcessRequestContext()// Add information about...

View Article


Reviewed: v5.0 RTM (八月 02, 2013)

Rated 5 Stars (out of 5) - 如何下载啊,求指导呢!

View Article


Commented Issue: asp.net mvc facebooktemplate causes...

Been following the tutorial for the new facebook mvc template from http://go.microsoft.com/fwlink/?LinkId=269921However even with the basic app template I'm unable to get it to run as it just flags the...

View Article

New Post: Request blocked by "await Task.Delay"

I'm having the following simple Web API controller: public class MyController : ApiController { public MyController() { AsyncTimer(); } [HttpGet] public string Get() { return "asdf"; } private async...

View Article

Commented Issue: asp.net mvc facebooktemplate causes...

Been following the tutorial for the new facebook mvc template from http://go.microsoft.com/fwlink/?LinkId=269921However even with the basic app template I'm unable to get it to run as it just flags the...

View Article


Commented Unassigned: Hiding controller from showing up on HelpPage does not...

__Scenario__:User does not like to show up a controller on HelpPage (ex: EntitySetController in OData), so he would like to use setting like [ApiExplorerSettings(IgnoreApi=true)] on the...

View Article

Created Unassigned: CreateOrUpdateOAuthAccount inserts without upper, updates...

CreateOrUpdateOAuthAccount in WebMatrix.WebData.SimpleMembershipProvider contains the following code:```if (oldUserId == -1){// account doesn't exist. create a new one. int insert = db.Execute(@"INSERT...

View Article

Commented Unassigned: CreateOrUpdateOAuthAccount inserts without upper,...

CreateOrUpdateOAuthAccount in WebMatrix.WebData.SimpleMembershipProvider contains the following code:```if (oldUserId == -1){// account doesn't exist. create a new one. int insert = db.Execute(@"INSERT...

View Article


Closed Unassigned: Hiding controller from showing up on HelpPage does not...

__Scenario__:User does not like to show up a controller on HelpPage (ex: EntitySetController in OData), so he would like to use setting like [ApiExplorerSettings(IgnoreApi=true)] on the...

View Article


Edited Task: MQ: Make build/analyze/test fully incremental [1190]

Ensure all phases of the build are fully incremental, including:1. Compile2. Run Code Analysis (FxCop)3. Run StyleCop4. Run Unit testsIf I change product code that is only referenced by two unit test...

View Article

Edited Task: Find a home for Url.IsLocalToHost [1189]

WebPages has RequestExtensions.IsUrlLocalToHost. We need something we can use from Web API and OWIN (not tied to any framework intrinsics). The hard part is figuring out where to put it. There are...

View Article

Edited Feature: Provide a NoContent method in ApiController to specify 204...

It's something good to have out of the box

View Article

Closed Unassigned: HttpDirectRoute is missing a ctor that takes a...

As HttpRoute has a ctor that takes a handler, HttpDirectRoute should also have a ctor that takes a handler. Or should per route message handlers be approached differently when using attributed...

View Article


Edited Issue: ASP.NET WebPages 2 - Validation bug [1120]

Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...

View Article

Edited Issue: [MVC4] Nullable rendered 0 in view when null [1103]

I have an issue with html attribute in a view.here :...

View Article


Edited Issue: ViewContext.Writer.Write() inside @helper writes directly to...

I'm trying to get result of @helper method as variable without writing it to the view (I'm going to do it later after some transformations). And inside this helper I'm using extension to the HtmlHelper...

View Article

Edited Unassigned: UPPER() in GetUserId causes scan instead of seek in...

GetUserId in WebMatrix.WebData.SimpleMembershipProvider is defined like this:```internal static int GetUserId(IDatabase db, string userTableName, string userNameColumn, string userIdColumn, string...

View Article


Edited Unassigned: CreateOrUpdateOAuthAccount inserts without upper, updates...

CreateOrUpdateOAuthAccount in WebMatrix.WebData.SimpleMembershipProvider contains the following code:```if (oldUserId == -1){// account doesn't exist. create a new one. int insert = db.Execute(@"INSERT...

View Article

Edited Issue: Format handlers configuration in web.config after install Web...

After installing CORS package, the current behavior is: The handlers config is one line<handlers><remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" /><remove...

View Article

Edited Issue: HttpActionContext.ActionArguments dictionary should use...

Currently the HttpActionContext.ActionArguments uses the default dictionary initializer, which means that the keys are looked up using a case-sensitive comparer.This conflicts with the stated design of...

View Article
Browsing all 7925 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>