¡@

Home 

c# Programming Glossary: personbase.dll

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.. nuthin. That's the whole point. So I want to say Reference PersonBase.dll only using Person ... this is as much as we'll ever be specific.. What does work is being explicit that I want Bob Reference PersonBase.dll and Bob.dll using Person ... Scan x x.Assembly Bob.dll If I'm..