¡@

Home 

c# Programming Glossary: workflowstepper

What is Castle Windsor, and why should I care?

http://stackoverflow.com/questions/124871/what-is-castle-windsor-and-why-should-i-care

sending class. EmailSender. Imagine you have another class WorkflowStepper. Inside WorkflowStepper you need to use EmailSender. You could.. Imagine you have another class WorkflowStepper. Inside WorkflowStepper you need to use EmailSender. You could always say new EmailSender.. all So what if instead of newing this bad boy up inside WorkflowStepper you just passed it into the constructor So then whoever called..