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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:21:49+00:00 2026-05-23T19:21:49+00:00

We all coders here, basically. What I’m going to ask you, is how you’re

  • 0

We all coders here, basically. What I’m going to ask you, is how you’re struct you solution/project to reflect even in rough way the structure of what you develop.
How you gonna describe dependency of one class from another in code, how you gonna structure your solution in a way that after a couple of years someone new to your project is able to understand (more or less) the code dependencies in your solution?

Give the first answer, just to give another hint what I’m really asking about:

We can use common tools/frameworks in our development: NHibernate, ASP.NET MVS, WPF… which will lead us to structure the code in several way, so someone who is familiar with that tool will understand just looking on the project of, let’s say VisualStudio, how your project is basiclally structured.

P.S: I’m aware of Diagram tools, Visio or whatever, my question is: do you ever think about this from coding prespective?

  • 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-23T19:21:50+00:00Added an answer on May 23, 2026 at 7:21 pm

    To add to @Joakim’s point in a comment above, a key way to do this really does center around abstraction. One thing I make an effort to do in all my .NET projects is to confine external dependencies to their own projects in Visual Studio. Those projects are injected with an IoC container (also abstracted with a service locator setup) to fulfill the abstracted interfaces.

    So the central domain logic is just internal code. No dependencies. Basically, that project doesn’t reference anything, everything references it. It’s just the business logic (models, interfaces for dependencies such as data repositories, etc.).

    Then an external dependency (which could be a database by means of a data access framework, an external service of some kind, or even just a 3rd party library such as the IoC container) would be used in its own project and implement the domain interfaces that it needs to implement. This keeps the dependencies clear and separated, so they can be easily identified and potentially replaced without ever touching the internal business logic.

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

Sidebar

Related Questions

Here is my code, basically its written so that all you need to do
I'm looking for a good way to enumerate all the Video codecs on a
EDIT My jsfiddle entry is here : http://jsfiddle.net/ehNrE/3/ All the codes(only those required) below
The project i'm currently working on has seen various coders, from various backgrounds. After
I have spent the weekend working on a personal project and got stuck here.
im having a problem in my ASP .NET calculator project. I'm using VB10, all
I've been searching for ages and haven't found any solution. Title basically covers what
For the hardcore C# coders here, this might seem like a completely stupid question
I have heard that GTK covers all controls so that developers do not care
I created a uiview(with two buttons) covers all the screen whenever i click on

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.