Click here to Skip to main content
15,922,696 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Specifications Pin
Marc Clifton7-Sep-18 6:21
mvaMarc Clifton7-Sep-18 6:21 
QuestionMaximum number of projects in .net/VS solution Pin
Eytukan6-Sep-18 19:43
Eytukan6-Sep-18 19:43 
AnswerRe: Maximum number of projects in .net/VS solution Pin
CodeWraith6-Sep-18 20:04
CodeWraith6-Sep-18 20:04 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Slacker0076-Sep-18 22:43
professionalSlacker0076-Sep-18 22:43 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan6-Sep-18 23:11
Eytukan6-Sep-18 23:11 
GeneralRe: Maximum number of projects in .net/VS solution Pin
CodeWraith6-Sep-18 23:30
CodeWraith6-Sep-18 23:30 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan7-Sep-18 4:46
Eytukan7-Sep-18 4:46 
AnswerRe: Maximum number of projects in .net/VS solution Pin
HobbyProggy6-Sep-18 20:13
professionalHobbyProggy6-Sep-18 20:13 
Well i for my self separate as much as possible, my main project now counts 27 project in one solution. CUrrently Testing Projects are in there but i'll change that later on.

Every time i use a .dll from this main project in another i copy it to the new solution / project because the software does something else but needs some basic .dll's. (by copy i mean integrate it from the main .dll folder and set local copy true)

On the CI / deploy machine everything is linked therefore. Another benefit is, changes to your mainproject do not necessarily effect your other applications using the changed .dll.

Sure you have to keep track of things and manage a bit but i'd say it's worth the effort on long term since if you have a CI server and you configure it correctly the magic just happens and it works fine.

And it just looks awesome when builds run through their stages on the CI and you can just watch how it fluently goes through every section. Smile | :)
Rules for the FOSW ![^]
if(!string.IsNullOrWhiteSpace(_signature))
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan6-Sep-18 23:11
Eytukan6-Sep-18 23:11 
AnswerRe: Maximum number of projects in .net/VS solution Pin
Johnny J.6-Sep-18 21:14
professionalJohnny J.6-Sep-18 21:14 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan6-Sep-18 23:12
Eytukan6-Sep-18 23:12 
AnswerRe: Maximum number of projects in .net/VS solution Pin
Sander Rossel6-Sep-18 22:09
professionalSander Rossel6-Sep-18 22:09 
GeneralRe: Maximum number of projects in .net/VS solution Pin
GKP19926-Sep-18 22:39
professionalGKP19926-Sep-18 22:39 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Sander Rossel7-Sep-18 1:46
professionalSander Rossel7-Sep-18 1:46 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Slacker0076-Sep-18 22:45
professionalSlacker0076-Sep-18 22:45 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan6-Sep-18 23:09
Eytukan6-Sep-18 23:09 
AnswerRe: Maximum number of projects in .net/VS solution Pin
ZurdoDev7-Sep-18 1:53
professionalZurdoDev7-Sep-18 1:53 
AnswerRe: Maximum number of projects in .net/VS solution Pin
dandy727-Sep-18 3:41
dandy727-Sep-18 3:41 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan7-Sep-18 23:32
Eytukan7-Sep-18 23:32 
AnswerRe: Maximum number of projects in .net/VS solution Pin
Marc Clifton7-Sep-18 6:24
mvaMarc Clifton7-Sep-18 6:24 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan7-Sep-18 23:31
Eytukan7-Sep-18 23:31 
GeneralRe: Maximum number of projects in .net/VS solution Pin
Eytukan7-Sep-18 23:55
Eytukan7-Sep-18 23:55 
GeneralGood morning, Mr. Griffin Pin
CodeWraith6-Sep-18 18:35
CodeWraith6-Sep-18 18:35 
GeneralRe: Good morning, Mr. Griffin Pin
Daniel Pfeffer6-Sep-18 19:06
professionalDaniel Pfeffer6-Sep-18 19:06 
GeneralRe: Good morning, Mr. Griffin Pin
CodeWraith6-Sep-18 22:27
CodeWraith6-Sep-18 22:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.