c# Programming Glossary: personbase
IoC, Dll References, and Assembly Scanning http://stackoverflow.com/questions/809051/ioc-dll-references-and-assembly-scanning Framework Design Guidelines p.91 Example Let's say I have PersonBase.dll and Bob.dll Bob inherits from the abstract class PersonBase.. and Bob.dll Bob inherits from the abstract class PersonBase . They're both in the Person namespace. But in different assemblies.. But in different assemblies . I'm programming to PersonBase not Bob . Back in my main code I need a person. StructureMap..
|