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

  • SEARCH
  • Home
  • 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 8013791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:43:40+00:00 2026-06-04T19:43:40+00:00

I’m not sure the TPL surfaces enough for this to be viable, and as

  • 0

I’m not sure the TPL surfaces enough for this to be viable, and as such, feel free to just point out alternative patterns that work instead. 🙂

I’m trying to figure out if I can use Ninject for ctor-injected dependencies that should ideally be scoped to a particular root/parent Task instance.

It’s somewhat similar to asp.net request scope, but in this scenario, it’s a console app that’s creating N different Tasks that will run in parallel. I’m wondering if there’s an ability to get Ninject to do the runtime dependency injection based on each of those root Task instances such that the object graph created as part of each task shares the same instances of a given interface, but the different tasks all have separate instances.

Thanks!

[EDIT] continuing to search, it looks like the InNamedScope might be the right answer based on the description of “define that objects are the scope for their dependencies”

  • 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-06-04T19:43:44+00:00Added an answer on June 4, 2026 at 7:43 pm

    If I understand your question correctly, InNamedScope is a good choice. The other alternative is InCallScope. This blog post has a good discussion of the differences:

    The named scope lets you define on a binding that the object created
    by the binding is the scope for other objects that are part of the
    object tree that is injected into the created object.

    Let us see how this works on an example. Imagine that you are creating
    an Excel like application that has multiple worksheets….

    const string ScopeName = "ExcelSheet";
    Bind<ExcelSheet>().ToSelf().DefinesNamedScope(ScopeName);
    Bind<SheetPresenter>().ToSelf();
    Bind<SheetCalculator>().ToSelf();
    Bind<SheetDataRepository>().ToSelf().InNamedScope(ScopeName);
    

    Here, the SheetDataRepository uses the ExcelSheet that’s in scope. The article explains in greater detail.

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

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I need a function that will clean a strings' special characters. I do NOT
Does anyone know how can I replace this 2 symbol below from the string

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.