Answer the question
In order to leave comments, you need to log in
What is the best way to organize the structure and communication between projects?
My project has the following structure: there are many solutions, each of which contains projects responsible for some functionality of the system.
Project.Data
Answer the question
In order to leave comments, you need to log in
What version of VS? What type of project? Is it possible to use the new project system? If yes, then PackageReference and forward.
If not, then through packages.config, as always. Building nuget packages if there are dependencies between solutions is a good idea. Whether you need several solutions - you can't tell right away, Payments looks adequate as an independent solution, Data - it's not clear what it is.
Organized as a Nuget package is a great idea.
In the end, I can recommend this https://github.com/NuGet/NuGetGallery
Deploy it locally, connect its feed to the studio and in general everything will be fine.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question