Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application performance problems Pin
dongye062222-Jul-11 17:19
dongye062222-Jul-11 17:19 
GeneralRe: Application performance problems Pin
robertalis23-Jul-11 3:08
robertalis23-Jul-11 3:08 
GeneralRe: Application performance problems Pin
#realJSOP25-Jul-11 1:59
professional#realJSOP25-Jul-11 1:59 
GeneralFactors which effect our application performance Pin
belyhits21-Jul-11 21:33
belyhits21-Jul-11 21:33 
GeneralRe: Factors which effect our application performance Pin
Pete O'Hanlon21-Jul-11 21:47
mvePete O'Hanlon21-Jul-11 21:47 
JokeRe: Factors which effect our application performance Pin
Peter_in_278021-Jul-11 22:02
professionalPeter_in_278021-Jul-11 22:02 
GeneralRe: Factors which effect our application performance Pin
dan!sh 21-Jul-11 22:03
professional dan!sh 21-Jul-11 22:03 
GeneralRe: Factors which effect our application performance Pin
RobCroll22-Jul-11 0:59
RobCroll22-Jul-11 0:59 
Poor architecture and rigid development environments.

Poor architecture speaks for itself. If the architect gets it wrong, no number of builders will fix the problem, the house is going to fall down.

Also rigid development environments mean developers are put in there place and not given the freedom to refractor the code.

An example I clearly remember was a situation where a number of methods were passing many parameters and requesting the same data multiple times. By encapsulating the parameters, the methods became a lot more maintainable and only had to do the work once. This is not something an architect is in a position to envisage.

Senior developers need the freedom to pull on the cowboy boots from time to time. They also need to keep an open mind and an open door to junior developers.
"You get that on the big jobs."

GeneralRe: Factors which effect our application performance Pin
PIEBALDconsult22-Jul-11 2:46
mvePIEBALDconsult22-Jul-11 2:46 
GeneralRe: Factors which effect our application performance Pin
jschell22-Jul-11 10:09
jschell22-Jul-11 10:09 
GeneralRe: Factors which effect our application performance Pin
RobCroll22-Jul-11 14:01
RobCroll22-Jul-11 14:01 
GeneralRe: Factors which effect our application performance Pin
jschell25-Jul-11 10:27
jschell25-Jul-11 10:27 
GeneralRe: Factors which effect our application performance Pin
RobCroll26-Jul-11 1:24
RobCroll26-Jul-11 1:24 
GeneralRe: Factors which effect our application performance Pin
jschell26-Jul-11 9:01
jschell26-Jul-11 9:01 
SuggestionRe: Factors which effect our application performance Pin
Ravi_Alienware22-Jul-11 4:42
Ravi_Alienware22-Jul-11 4:42 
GeneralRe: Factors which effect our application performance Pin
jschell22-Jul-11 10:08
jschell22-Jul-11 10:08 
GeneralRe: Factors which effect our application performance Pin
robertalis23-Jul-11 2:14
robertalis23-Jul-11 2:14 
Questioni got error when i try to pass data from terminal to webservice Pin
Gali197821-Jul-11 20:24
Gali197821-Jul-11 20:24 
AnswerRe: i got error when i try to pass data from terminal to webservice Pin
dan!sh 21-Jul-11 21:05
professional dan!sh 21-Jul-11 21:05 
Questionhow to insert 5 strings to dataset Pin
Gali197821-Jul-11 12:22
Gali197821-Jul-11 12:22 
AnswerRe: how to insert 5 strings to dataset Pin
Mark Salsbery21-Jul-11 13:01
Mark Salsbery21-Jul-11 13:01 
AnswerRe: how to insert 5 strings to dataset Pin
Blue_Boy21-Jul-11 21:22
Blue_Boy21-Jul-11 21:22 
AnswerRe: how to insert 5 strings to dataset Pin
PIEBALDconsult22-Jul-11 2:47
mvePIEBALDconsult22-Jul-11 2:47 
AnswerRe: how to insert 5 strings to dataset Pin
Ravi_Alienware22-Jul-11 4:47
Ravi_Alienware22-Jul-11 4:47 
AnswerRe: how to insert 5 strings to dataset Pin
Amitdwivedi1725-Jul-11 1:05
Amitdwivedi1725-Jul-11 1:05 

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.