Discusses WCFs extensibility points used in DI IInstanceProvider interface and contract behaviors. The author also shows how to extend a commerce application with a WCF-based service.
Posted by: EggHeadCafe.com New Articles,
on 30 Oct 2010 |
View original | Bookmarked: 0 time(s)
Windows Communication Foundation (WCF) is one of the most extensible parts of the Base Class Library (BCL). While it is fairly easy to get started writing WCF services, the myriad of extensibility points can make it hard to find just the one you need. This is also the case when it comes to DI. read more
By Peter Bromberg