WCF open-source project to learn from [closed]
Aiming to be a WCF professional, I am looking for a WCF open source project, from which I can learn and hopefully become a contributor. Can you recommend of such a project?
A good one (albeit not easiest) is StockTrader which features enterprise-level WCF services and configurations, in Service-Oriented architecture.
Mono project has an ongoing effort for WCF hosted in Github. As you know, System.ServiceModel is the main engine for WCF. You can find Mono implementations of these namespaces under /mono/mcs/class/System.ServiceModel.*
. You can find project related updates and relevant contribution information here
精彩评论