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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:56:47+00:00 2026-06-14T18:56:47+00:00

I’m looking for what would be the most appropriate solution to share .net assemblies

  • 0

I’m looking for what would be the most appropriate solution to share .net assemblies (both being in continuous development stage) between multiple development teams (not in the same office/repository).

First team has developed and packaged many useful and generic features in an assembly called core.dll that they are referencing (as a VS project) across their many applications and libraries. This assembly in turn references very standard assemblies like (system.dll, etc…) plus log4net.dll (as a third party in their repository):

  • Core.dll
    • System.dll
    • …
    • Log4Net.dll

On my side I’ve developed a higher level assembly Library.dll in which i’d really like to incorporate for things developped in Core.dll instead of maintaining duplicate code:

  • Library.dll
    • System.dll
    • …
    • Log4Net.dll <– I’m also using Log4Net!
    • Core.dll <— I’d like to replace my homemade code with it

Finally first team is in turn interested by my code to develop their own application:

  • Application.exe
    • System.dll
    • …
    • Log4Net.dll
    • Core.dll
    • Library.dll

This looks like hell to keep loosely coupling between the two development teams:

  • First, I may not use the same version of Log4Net.dll in Library.dll than in Core.dll (At least we can agree to use the same one or not to target for a specific version as this thrid party is quite stable)

  • Second, when integrating back my Library.dll in Application.dll I may have been working from a different version of Core.dll as they will continuously have it to evolve.

Currently what I’m thinking of to keep loosely coupling between our teams is to have them to provide me with hidden ‘log4net’ reference like this:

// Create a single assembly hiding for Log4Net
ILMerge /out:DCore.dll Core.dll Log4Net.dll /internalize

And myself to do the same:

// Create a single assembly hiding for Log4Net and Core
ILMerge /out:DLibrary.dll Library.dll DCore.dll Log4Net.dll /internalize

I don’t kwon if this solution is appropriate, any other one preserving for our two teams to be tied one to another is warmly welcome.

NB1: I don’t think deploying libraries to the GAC is a good solution because both Core.dll and Library.dll are still in continuous development stage and cache will grow with too many useless side-by-side releases.

NB2: I’ve read this thread but I don’t know much about NuGet and if it’s appropriate here.

  • 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-14T18:56:48+00:00Added an answer on June 14, 2026 at 6:56 pm

    Personally I think NuGet will help you a lot in managing packages, its dependencies & versioning.
    NuGet integrates well with all major CI servers and Visual Studio. More information could be found in NuGet documentation:

    http://docs.nuget.org/docs/Creating-Packages/Hosting-Your-Own-NuGet-Feeds

    You can read more about how NuGet handles assembly versioning in the following blog post:
    http://blog.davidebbo.com/2011/01/nuget-versioning-part-1-taking-on-dll.html

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

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I would like to run a str_replace or preg_replace which looks for certain words
I would like to count the length of a string with PHP. The string
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I am writing an app with both english and french support. The app requests
I'm having trouble keeping the paragraph square between the quote marks. In firefox the

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.