What you do today can improve all your tomorrows.
Bear in mind: S = Single Responsibility Principle
O = Opened Closed Principle
L = Liskov Substitution Principle
I = Interface Segregation Principle
D = Dependency Inversion Principle
摘要:
最近在使用autofac.wcf时,报如下异常:Exception Details: System.InvalidOperationException: The service 'xxx' configured for WCF is not registered with the Autofac c... 阅读全文