¡@

Home 

c# Programming Glossary: subsystems

Moving existing code to Test Driven Development

http://stackoverflow.com/questions/167079/moving-existing-code-to-test-driven-development

for correctness. Add tests from the top down Test whole subsystems as black boxes to see if their behaviour changes with changes..

Changing App.config at Runtime

http://stackoverflow.com/questions/2008800/changing-app-config-at-runtime

application is aimed at testing a WebApp divided into 5 subsystems. The test proccess works with messages being sent between the.. test proccess works with messages being sent between the subsystems and for this proccess to be sucessful each subsystem got to..

Using lock statement within a loop in C#

http://stackoverflow.com/questions/2113261/using-lock-statement-within-a-loop-in-c-sharp

of your program invariants are maintained in any of your subsystems. So what are you going to do There's hardly anything safe you.. Basically both your questions are what do I do when my subsystems do not behave themselves If your subsystems are unreliable either.. I do when my subsystems do not behave themselves If your subsystems are unreliable either make them reliable or have a policy for..

Handling exceptions, is this a good way?

http://stackoverflow.com/questions/2469822/handling-exceptions-is-this-a-good-way

so it should occur in the outer layers of application subsystems. This should eliminate the need for an application specific..

Common programming mistakes in .Net when handling exceptions? [closed]

http://stackoverflow.com/questions/2883936/common-programming-mistakes-in-net-when-handling-exceptions

messed up in your program. You have no idea if any of your subsystems are working and if they are whether calling them will make the..

Array memory allocation - paging

http://stackoverflow.com/questions/7900677/array-memory-allocation-paging

address space since modern processors or their memory subsystems have a big map that associates virtual pages with physical pages...