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

Closed Issue: HttpResponseException should not trace as Error [285]

The tracing layer currently uses TraceLevel.Error for all exceptions thrown or associated with faulted tasks. This means simple client errors such as misspelled controller names will generate Error...

View Article


Closed Issue: Replacing service types using DI containers defeats code using...

Because Services.GetService gives higher precedence to DependencyResolver than the list of default services, and because Services.Replace only affects the list of default services, it means any service...

View Article


Closed Issue: TaskHelper should honor the cancellation token in the async...

If a CancellationToken is passed to the .Catch() helper, its IsCancellationRequested property is only queried if the antecedent Task completes synchronously. If the antecedent Task completes...

View Article

Edited Issue: UrlHelper throws MethodNotimplementedException with batching in...

With the following batching code in webhost, HttpConfiguration memoryConfig = new HttpConfiguration(); HttpServer memoryServer = new HttpServer(memoryConfig, GlobalConfiguration.DefaultHandler);...

View Article

Commented Issue: UrlHelper throws MethodNotimplementedException with batching...

With the following batching code in webhost, HttpConfiguration memoryConfig = new HttpConfiguration(); HttpServer memoryServer = new HttpServer(memoryConfig, GlobalConfiguration.DefaultHandler);...

View Article


Created Issue: [CORS] By default none of the origins, headers or exposed...

Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...

View Article

New Post: Html.actionlink/Html.BeginForm could not work

Hi All, If there is anyone encoutered this problem: The function Html.ActionLink and Html.BeginForm are work properly in self machine. And then, publish the website appliction to the pro envieroment....

View Article

Commented Issue: Uninstalling SPA breaks /views/web.config in an MVC...

1. Create a new MVC 4 Internet Application in Visual Studio2. Install the ASP.NET SPA MVC 4 (Beta) package via Nuget Package Manager. After doing this, you should be able to buld and run the...

View Article


Edited Issue: ASP.Net Web API Help Pages: Document Model Data Annotations [877]

Can the ApiExplorer provide a way to generate documentation which details the Properties (and their data annotations) of an ApiController action paramater? If the action method of a Web API Controller...

View Article


Closed Issue: ApiExplorer does not generate documentation correctly [385]

When I have following method - I'm getting "No documentation available."/// <summary>/// Get Reynaers dealers from a market/// </summary>/// <param name="marketcode">Market code...

View Article

Source code checked in, #dfdf8f95f15b

Opt2A: MVC: Avoid Cast<Attribute> with AttributeList.

View Article

Source code checked in, #4bec184ff874

Opt3D: MVC: ReflectedActionDescriptor.Execute: Remove Linq.

View Article

Source code checked in, #dba78338aa07

Opt16: WebPageRoute: Avoid allocating when coercing interface method to Func.

View Article


Source code checked in, #1496a1af795c

Opt25: MVC: ActionDescriptorHelper: Prevent per-call allocation with static inline delegates.

View Article

Source code checked in, #9a0bd20f62e2

Opt26: MVC: ReflectedAttributeCache: Prevent per-call allocation with static cached delegate.

View Article


Source code checked in, #abecb6f92638

Opt27: MVC: DependencyResolver: Prevent per-call delegate allocation by caching instance delegate.

View Article

Source code checked in, #0a7951507c52

Opt28: MVC: InvokeActionResultWithFilters: Avoid chain of stateful delegates.

View Article


Source code checked in, #b3a7a7080202

Opt30: MVC: AsyncResultWrapper: Avoid allocating delegates and closures in BeginSynchronous calls.

View Article

Reviewed: v4.0 RTM (三月 26, 2013)

Rated 5 Stars (out of 5) - THS MVC4

View Article

Created Issue: Provide a method to update the user of the form token for...

If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is need...

View Article
Browsing all 7925 articles
Browse latest View live