摘要:
1. What is WCF?WCF is the latest technology from Microsoft for building services, including webservices.WCF is the acronym for Windows Communication Foundation. It is Microsoft'slatest technology that enables applications in a distributed environment tocommunicate with each other.WCF is an umbre 阅读全文
摘要:
1. What is SOA?SOA is the acronym(缩略语) for Service Oriented Architecture.Basically, SOA states that every component of a system should be a service, and the system should be composed of several loosely-coupled services. A service here means a unit of a program that serves a business process. Loosely 阅读全文
摘要:
A resource in Android is a file (like amusic file) or a value (like the title of a dialog box) that is bound to an executableapplication. These files and values are bound to the executable in such a way that youcan change them without recompiling the application.String ResourcesAndroid allows you to 阅读全文
摘要:
The ServiceHost class gives you access to the WCF hosting infrastructure on the server side, whereas theChannelFactory class gives you access to the WCF hosting infrastructure on the client side.ServiceHost Sample:usingSystem;usingSystem.ServiceModel;usingQuickReturns.StockTrading.ExchangeService;us 阅读全文