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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:44:08+00:00 2026-05-10T16:44:08+00:00

Consider a normal customer-orders application based on MVC pattern using WinForms. The view part

  • 0

Consider a normal customer-orders application based on MVC pattern using WinForms. The view part has grown too much (over 4000 files) and it needs to be split into smaller ones.


For this example we are going to use 3 projects for the view part:

  • Main – has dependencies to the other 2 projects. Instantiates the forms with the lists.
  • Customers – has 2 forms – customers list and customer details.
  • Orders – has 2 forms – orders list and order details.

On the customer details form there is also a list of orders for that customer. The list is received from the OrdersController so it’s no problem getting it. When the user selects an order, the list will get it’s guid and pass it as reference to the Order Details form.

This would mean that we need to have a reference to Orders Project in the Customers Project. (1)

But also on the order details form there is a link to the customer that made that order. When clicked, it should open the Customer Details form.

This would mean that we need to have a reference to Customers Project in the Orders Project. (2)

From (1) and (2) we’ll have cyclic dependencies between the Orders and Customers projects.


How can this be avoided? Some kind of plug-in architecture? The project is already developed and the best solution would involve as little code change as possible.

  • 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. 2026-05-10T16:44:08+00:00Added an answer on May 10, 2026 at 4:44 pm

    Change at least one of the types to an interface.

    For example have a ICustomer interface and a Customer type that implements this interface. Now add the ICustomer to the orders project and from the customers project set a reference to the Orders project so you can implement the interface. The Order type can now work against the ICustomer type without knowing the actual implementation.

    And for a better solution 🙂 Create both an ICustomer and an IOrder interface and add them to a third library project. And reference this project from the other two and only work with the interfaces, never with the implemenation.

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

Sidebar

Ask A Question

Stats

  • Questions 215k
  • Answers 215k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If this is a script that has a scripted flow… May 12, 2026 at 11:03 pm
  • Editorial Team
    Editorial Team added an answer Why do you want to close STDERR? You could put… May 12, 2026 at 11:03 pm
  • Editorial Team
    Editorial Team added an answer Here's my usual workflow: After a POST fails I output… May 12, 2026 at 11:03 pm

Related Questions

If our organisation were to switch from a central-server VCS like subversion to a
Consider the following code: class Base(object): @classmethod def do(cls, a): print cls, a class
The first normal form says that row ordering should not matter. Does this mean
Here's a timely question. The rules in North America* for time change are: the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.