Can a single WCF service offer multiple interfaces, and if so how would you express this in app.config?
app.config
I mean one services offering several Interfaces
If your implementation class getting too big (like mine) try implement the super-interface in a partial class. You can put one interface implementation into one file. It's merely a convention but could be useful later.