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 184003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:12:56+00:00 2026-05-11T15:12:56+00:00

I am going to use StructureMap as a way to do DI. I’ll use

  • 0

I am going to use StructureMap as a way to do DI. I’ll use xml as my DI configuration. I have two questions.

The first one is how to use a customaized xml file name instead of StructureMap.Config? For example, in my console application, if I want to use myDIStructure.config file, what class and method should I use in the main():

private static void main(string[] args) {     //? OjbectFactory.UserConfigurationFile = 'myDIStructure.config';     Program program = ObjectFactory.GetInstance<Program>();     ... } 

The second question is how I define generic interface with a class type in my configuration file. For example, I have the following interface and class:

public interface ProcessData<T> {    void ReadData(T data);    void ProcessData(T data);    void SaveData(T data); } ... public class Data1 {....}  // this class will be used for ProcessData<T> .... public class MyProcessData : ProcessData<Data1> {....} // implementation class 

Then in my console application, I would like to use PlugInFamily for ProcessData interface type, and Plugin for MyProcessData. Not sure if this is possible in StructionMap and how?

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T15:12:57+00:00Added an answer on May 11, 2026 at 3:12 pm

    First – I’m increasingly of the opinion that the xml configuration option is now mainly left for backwards compatibility. The main StructureMap code now uses the code-based registry approach.

    Re using custom files; I haven’t tried it, but StructureMapConfiguration.IncludeConfigurationFromFile(...) looks promising.

    Re generics… indeed, that is one of the complexities of xml ;-p

    Edit: based on this post in the user group, it looks like maybe the back-tick notation will work:

    <DefaultInstance    PluginType='MyDemo.IRepository`1, MyDemo'    PluggedType='MyDemo.UserRepository , MyDemo' />  
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If i'm going to use a XML file to store some information, Am I
I am going to use ActiveMQ for the first time in one of my
I'm going to use structuremap for a project I'm working on. The basic gist
In a upcoming project I'm going to use NHibernate with Oracle. I have used
I am going to use UDL file to create connection. Is there any difference
I am going to use heavily some C-API in my C++ application, I have
I'm going to use the VLOOKUP for 3 columns in my xls file. Below
All our apps have been converted to use StructureMap, and our libraries were converted
We are going to use Git where I work, and we have some in
im going to use Sociallib library in my app to interact with social networks.

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.