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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T22:04:04+00:00 2026-05-20T22:04:04+00:00

I’m making a chart control, which currently is just a UserControl within a larger

  • 0

I’m making a chart control, which currently is just a UserControl within a larger project folder, but I wonder if/how it’s possible to pull it out to be used as control for multiple projects. I guess then i must put it in it’s own project only containing the control? (I never really made a generic User Control before, only had them within the projects)

The issue in this case is that the chart control is dependent upon a custom class TimeSeries which is part of the business logic of the bigger project. Updates within that class fires events that the user control listens to, to update the chart. This TimeSeries class will also be present in other projects that use the control, but obviously it will not be the “same” class..

So this means I can not simply separate out this user control as it is. But what does this mean, do I have some bad structural practices here? How would you suggest to proceed with this?

  • 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-20T22:04:05+00:00Added an answer on May 20, 2026 at 10:04 pm

    When putting the UserControl in its own project also create an interface:

    interface ITimeSeries
    {
         // Stuff that the UserControl calls on the TimeSeries
    }
    

    Then in your main projects that have their own TimeSeries:

    class TimeSeries : ITimeSeries
    {
        // Implement the methods on the interface
    }
    

    Then your UserControl should either take an ITimeSeries in its constructor or have public field/property of type ITimeSeries which can be set by whatever project is using it. That way when it needs to use the TimeSeries it doesn’t care which implementation it is using.

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

Sidebar

Related Questions

No related questions found

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.