Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

Seeking One-Size-Fits-All Context Based Storage

Is GetHashCode just cargo-cult here?

MiniProfiler with Web.API 2; is there a global magic request context object?

Alternatives to Response.TransmitFile()

How to mock HttpContext (ControllerContext) in Moq framework, and have session

Singleton with AsyncLocal vs Scope Service

Inheriting LINQ-to-SQL data context from base controller

Request.IsAuthenticated is never true

Add session to fake httpContext in C# MVC project

System.Web.HttpContext.Current nulls itself after checking for a Cache

Alternative to HttpContext.Current.Items in ASP.NET Web Api

Url Referrer is not available in WebApi 2 MVC project

Where does Web.HttpContext.Current.User.Identity.Name come from?

asp.net cache within httpcontext

How to release and dispose all Http-scoped objects on Container instance?

c# structuremap httpcontext

Elmah for non-HTTP protocol applications OR Elmah without HttpContext

How to mock httpcontext so that it is not null from a unit test?

Does static reference to HttpContext.Current.Session return same session for all users?

Thread safety of HttpContext

HttpContext.Current is null in my web service