one guy said that it is possible " concrete class (which might even implement multiple service contracts)"
the link is here WCF: Why is Contract on Endpoint and not on Service?
i knew that we can have only one service contract for a single service but never heard that multiple service contract implementation with single service class. just tell me is it possible ? if yes can anyone redirect me to a complete sample code from where i can see multiple service contract implementation with single service class. thanks
http://msdn.microsoft.com/en-us/library/ms731060(v=vs.110).aspx (Appendix section)
– Igor Tkachenko Apr 11 '14 at 14:38