Click here to Skip to main content
15,887,214 members
Home / Discussions / Application Lifecycle
   

Application Lifecycle

 
GeneralRe: Benchmark deviations Pin
jschell5-Oct-12 9:55
jschell5-Oct-12 9:55 
AnswerRe: Benchmark deviations Pin
S. Becker22-Oct-12 21:33
S. Becker22-Oct-12 21:33 
QuestionTFS build best practise Pin
tomas.ivan2-Sep-12 21:19
tomas.ivan2-Sep-12 21:19 
AnswerRe: TFS build best practise Pin
jschell4-Sep-12 12:15
jschell4-Sep-12 12:15 
QuestionMercurial: Pushing and Pulling Between Local Branches Pin
M-Badger4-Jul-12 7:25
M-Badger4-Jul-12 7:25 
AnswerRe: Mercurial: Pushing and Pulling Between Local Branches Pin
Albert Holguin21-Aug-12 7:35
professionalAlbert Holguin21-Aug-12 7:35 
QuestionCodename Needed Pin
iPick1223-May-12 19:59
iPick1223-May-12 19:59 
AnswerRe: Codename Needed Pin
Richard MacCutchan23-May-12 22:19
mveRichard MacCutchan23-May-12 22:19 
GeneralFurther definition Pin
iPick1224-May-12 2:57
iPick1224-May-12 2:57 
GeneralRe: Further definition Pin
Richard MacCutchan24-May-12 3:05
mveRichard MacCutchan24-May-12 3:05 
GeneralRe: Further definition Pin
iPick1224-May-12 3:34
iPick1224-May-12 3:34 
AnswerRe: Codename Needed Pin
R. Giskard Reventlov4-Jul-12 9:57
R. Giskard Reventlov4-Jul-12 9:57 
AnswerRe: Codename Needed Pin
Eddy Vluggen11-Aug-12 4:45
professionalEddy Vluggen11-Aug-12 4:45 
AnswerRe: Codename Needed Pin
S. Becker4-Oct-12 1:52
S. Becker4-Oct-12 1:52 
QuestionFont licensing confusion Pin
Greedy Goblin Games25-Feb-12 8:43
Greedy Goblin Games25-Feb-12 8:43 
AnswerRe: Font licensing confusion Pin
Shameel27-Feb-12 3:39
professionalShameel27-Feb-12 3:39 
GeneralRe: Font licensing confusion Pin
Greedy Goblin Games27-Feb-12 22:01
Greedy Goblin Games27-Feb-12 22:01 
Questiontragamonedas Pin
tonyzeta2013-Jan-12 3:36
tonyzeta2013-Jan-12 3:36 
AnswerRe: tragamonedas Pin
jung-kreidler7-Feb-12 22:39
jung-kreidler7-Feb-12 22:39 
QuestionAutomatic deployment PinPopular
Super Lloyd28-Nov-11 14:52
Super Lloyd28-Nov-11 14:52 
AnswerRe: Automatic deployment Pin
JC1727619-Dec-11 6:31
JC1727619-Dec-11 6:31 
GeneralRe: Automatic deployment Pin
Westpalm Roofing17-Jan-12 21:57
Westpalm Roofing17-Jan-12 21:57 
QuestionDependency Management Tool for Component based C# developed code base. Pin
Peter Mulholland27-Sep-11 5:20
Peter Mulholland27-Sep-11 5:20 
QuestionApplication Environments Pin
chriselst17-Aug-11 3:13
chriselst17-Aug-11 3:13 
AnswerRe: Application Environments Pin
jschell17-Aug-11 9:18
jschell17-Aug-11 9:18 
ChrisElston wrote:
how many environments do you have / think is necessary?


As many as needed to solve the business needs of the company.

ChrisElston wrote:
I think 3 is a minimum, I cannot decide if the 4th is necessary or not.


For me "dev" would mean what is on my box and nowhere else. This of course would be necessary.
"prod" is where the business makes money. So it is necessary.

Anything else is optional.

A "test" one is only reasonable if it is in fact used. And used consistently. This can often require dedicated QA.

You didn't mention "build" which is something I prefer. It is doable in "dev" but I prefer that everything is blown away first and that is problematic on "dev".

As for "train" that presumably would be a mirror of "prod" with less control and need for stability. Some businesses would require it. It can be available in house and/or externally. It would require a business driver rather than a development process driver.

You can also have "integration test", "system test" and "user acceptance test".

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.