Click here to Skip to main content
15,881,173 members
Home / Discussions / Application Lifecycle
   

Application Lifecycle

 
GeneralRe: Multi Developers Working On The Same Project Pin
eddy_fj26-Feb-15 11:36
eddy_fj26-Feb-15 11:36 
GeneralRe: Multi Developers Working On The Same Project Pin
eddy_fj26-Feb-15 11:36
eddy_fj26-Feb-15 11:36 
GeneralRe: Multi Developers Working On The Same Project Pin
jschell27-Feb-15 10:32
jschell27-Feb-15 10:32 
AnswerRe: Multi Developers Working On The Same Project Pin
Dadecki5-May-15 22:34
Dadecki5-May-15 22:34 
AnswerRe: Multi Developers Working On The Same Project Pin
Rahul VB18-May-15 0:38
professionalRahul VB18-May-15 0:38 
QuestionTransition to automatically generated documentation (Doxygen) Pin
kvaka24-Nov-14 0:19
kvaka24-Nov-14 0:19 
AnswerRe: Transition to automatically generated documentation (Doxygen) Pin
Nitzan Levi22-Aug-15 10:30
Nitzan Levi22-Aug-15 10:30 
QuestionContinuous Integration servers Pin
Dominic Burford20-Nov-14 3:24
professionalDominic Burford20-Nov-14 3:24 
AnswerRe: Continuous Integration servers Pin
Bernhard Hiller24-Nov-14 5:05
Bernhard Hiller24-Nov-14 5:05 
GeneralRe: Continuous Integration servers Pin
Dominic Burford24-Nov-14 21:06
professionalDominic Burford24-Nov-14 21:06 
GeneralRe: Continuous Integration servers Pin
ajay.bhosle121-Feb-15 13:48
ajay.bhosle121-Feb-15 13:48 
GeneralRe: Continuous Integration servers Pin
Dominic Burford22-Feb-15 21:32
professionalDominic Burford22-Feb-15 21:32 
GeneralRe: Continuous Integration servers Pin
ajay.bhosle121-Feb-15 13:52
ajay.bhosle121-Feb-15 13:52 
GeneralRe: Continuous Integration servers Pin
jschell23-Feb-15 10:25
jschell23-Feb-15 10:25 
AnswerRe: TFS PBI Query with Tasks assigned to you Pin
AjayBhosle21-Feb-15 14:21
professionalAjayBhosle21-Feb-15 14:21 
QuestionHello! I need some help from agile developers with completing my degree research survey, any help would be really really appreciated! Pin
Member 1076759412-Jul-14 21:53
Member 1076759412-Jul-14 21:53 
AnswerRe: Hello! I need some help from agile developers with completing my degree research survey, any help would be really really appreciated! Pin
ZurdoDev17-Sep-14 7:35
professionalZurdoDev17-Sep-14 7:35 
QuestionShared/Common code and Source Control Pin
cjb1109-Jun-14 21:39
cjb1109-Jun-14 21:39 
AnswerRe: Shared/Common code and Source Control Pin
Kornfeld Eliyahu Peter9-Jun-14 22:21
professionalKornfeld Eliyahu Peter9-Jun-14 22:21 
GeneralRe: Shared/Common code and Source Control Pin
cjb11011-Jun-14 0:55
cjb11011-Jun-14 0:55 
AnswerRe: Shared/Common code and Source Control Pin
Kornfeld Eliyahu Peter11-Jun-14 1:08
professionalKornfeld Eliyahu Peter11-Jun-14 1:08 
AnswerRe: Shared/Common code and Source Control Pin
Bernhard Hiller10-Jun-14 20:51
Bernhard Hiller10-Jun-14 20:51 
AnswerRe: Shared/Common code and Source Control Pin
jschell7-Jul-14 10:17
jschell7-Jul-14 10:17 
AnswerRe: Shared/Common code and Source Control Pin
Dominic Burford14-Sep-14 22:14
professionalDominic Burford14-Sep-14 22:14 
QuestionManaging Larger Visual Studio Projects Pin
softwaremonkey28-Apr-14 10:08
softwaremonkey28-Apr-14 10:08 
We have probably all developed those Visual Studio applications which rely on additional DLLs and static libraries containing our favorite snippets of code. My question is how best to manage this kind of project which is not all neatly contained in the project folder. If we add our library paths (elsewhere on the disk) to the project then we can be sure that we are linking with the latest versions of the libraries but archiving this arrangement is a nightmare. Another alternative might be to copy all the libs to a 'lib' folder within the application that we are developing. This would provide a self-contained project which could easily be archived but we may not be using the latest version of our libs.

I would be very interested to hear what other developers do. Is there a better way! Confused | :confused:

Thanks

Tony

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.