Search code examples
MVC 3 Entity Framework Error - Item has already been added. Key in dictionary...


asp.net-mvcasp.net-mvc-3entity-frameworkentity-framework-4httpcontext

Read More
WebConfigurationManager or HttpContext.Application?...


c#asp.net-mvcconfigurationhttpcontext

Read More
Multiple identical forms on a page in asp.net. How do I get variables?...


c#asp.netformssubmithttpcontext

Read More
Pulling string from xml...


c#xmlurlhttpcontext

Read More
How to pass HttpContext.Current to methods called using Parallel.Invoke() in .net...


c#asp.nettask-parallel-libraryhttpcontext

Read More
How to initialise a custom HTTP Context or HttpContextBase...


c#asp.nethttpcontext

Read More
I need help figuring out what _HttpContext.QueryString() does...


asp.netquery-stringhttpcontext

Read More
HttpContex null on wcf...


c#wcfhttpcontextappserver

Read More
How to handle httpcontext in UnitTest MVC...


c#asp.net-mvcunit-testinghttpcontext

Read More
Is GetHashCode just cargo-cult here?...


asp.netasp.net-mvcthread-safetyhttpcontext

Read More
Is there any difference between HttpContext.Current.Request and HttpContext.Request?...


cookiesasp.net-mvc-4httpcontext

Read More
ASP.NET MVC4 - Session_End - How can I get the currently logged on user's name in Session_End of...


c#asp.net-mvcsession-stateglobal-asaxhttpcontext

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


c#structuremaphttpcontext

Read More
StructureMap is not disposing data context when using HttpContextScoped()...


asp.netasp.net-mvcstructuremaphttpcontext

Read More
Simplest way to Force HTTPS during Page_Init...


c#asp.nethttpssecurityhttpcontext

Read More
How to write a cookie inside a static method...


c#asp.netstatic-methodshttpcontext

Read More
Reference to configuration manager via httpcontext...


c#asp.net-mvchttpcontextconfigurationmanager

Read More
Access TextBox value of an ASP.NET page from C# class...


asp.nethttpcontext

Read More
HttpContext on instances of Controllers are null in ASP.net MVC...


asp.net-mvchttpcontext

Read More
How to simulate a call to HttpContext.Cache["MyKey"] with Rhino Mocks?...


.netunit-testingrhino-mockshttpcontexthttp-caching

Read More
How does the Ihttphandler interface expose the httpcontext object...


httpcontextihttphandler

Read More
How can I use the HttpContext.Current.User.Identity to provide authentication to my SmtpClient.Crede...


c#asp.netcredentialshttpcontextsmtpclient

Read More
Pass HttpContext.Request parameter around or use static instance?...


c#asp.net-mvchttprequesthttpcontext

Read More
Lazy initializing ISession using WebSessionContext/CurrentSessionContext...


.netnhibernatehttpcontextlazy-initializationisession

Read More
Why is HttpContext.Current sometimes null when using ASP.NET ReportViewer?...


c#asp.netreportviewerhttpcontextreportviewer2008

Read More
Access HttpContext in Application_Start ASP.NET MVC 4.0...


asp.net-mvc-4httpcontextapplication-start

Read More
What is the difference between HttpContext's Cache and Items Properties?...


asp.netcachinghttpcontexthttpcontext.cache

Read More
Session variables don't store with Internet Explorer 9...


asp.nethttpcontextsessionid

Read More
In MVC3, how to get the current controller name?...


asp.net-mvc-3model-view-controllernamespacescontrollerhttpcontext

Read More
How do I retrieve the HttpContext properties when it returns null?...


asp.nethttpcontext

Read More
BackNext