Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6195625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:30:02+00:00 2026-05-24T03:30:02+00:00

Tipically my application’s EF model is consumed by the website itself, so I use

  • 0

Tipically my application’s EF model is consumed by the website itself, so I use the following extension method to grant a context for the duration of the request:

public static class HttpContextExtensions
{
    internal const string _contextDataKey = "dataContext";

    public static EntityDataModelContext GetDataContext(this HttpContext httpContext)
    {
        if (httpContext == null) // services
            return new EntityDataModelContext();

        if (httpContext.Items[_contextDataKey] == null)
            httpContext.Items.Add(_contextDataKey, new EntityDataModelContext());

        return (EntityDataModelContext)httpContext.Items[_contextDataKey];
    }
}

When a newly created WCF service attempted to get a data context, I stumbled upon the fact that a service holds no HttpContext in my application.

Now the solution I provided here “works”, but I’d rather have a similar solution to what was done with the HttpContext.

Where can I store a data context for a service request?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T03:30:04+00:00Added an answer on May 24, 2026 at 3:30 am

    You have to create IExtension implementation for OperationContext. Here is some example how to do that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My application is context-sensisitve and I dynamically build menus for the main window /
In the application I'm developing , we use the DevExpress XtraGrid control, which has
I typically use URL rewriting to pass content IDs to my website, so this
My application makes heavy use of ListViews. I find that Landscape mode significantly hinders
Within a Silverlight 3.0 application I want to use the AssemblyFileVersion to display the
How can I determine if printer is connected? Typically this application prints to the
We are working on designing an application that is typically OLTP (think: purchasing system).
I'm trying to develop a cross-platform application using C++ with boost. I typically program
Let's say I'm building a data access layer for an application. Typically I have
I am getting a NoClassDefFoundError when I run my Java application. What is typically

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.