WCF Entries in Configuration Files
A typical WCF configuration file contains the four elements as the following.
read more
A typical WCF configuration file contains the four elements as the following.
read more
You can use the tools that are provided with Visual Studio 2008 to generate a proxy class. You can instantiate the proxy class and invoke its methods, or you can create a proxy by using the ChannelFactory class.
read more
A client can obtain much of the information that is required to communicate with a service by querying the service metadata. The service metadata describes the WCF service; it includes information about the operations that it exposes and the types that those operations use
read more
For a client application to successfully call a WCF service, the client application must have access to the following items:
read more
When you develop a self-hosted application, such as a Windows service, or an executable file application, your code follows a distinct sequence. The life cycle of a typical self-hosted WCF service includes the following steps:
read more
The separation of concerns is one of the basic tenets of good software design. Taking this approach helps individual software elements remain flexible and maintainable as the overall system develops.
read more
You can host your WCF service in several ways such as in:
read more
To host a service in a managed application, you must create a contract and then implement the service. You must understand the role of the contract and the service implementation to understand how to develop a self-hosted service. The first two rows in the table provide examples of a contract and a service implementation. The last two rows link to code examples for building and configuring your self-hosted service.
read more
There are different ways of modifying a workflow during run time. Let us discuss some of the ways.
read more
If you are using SharePoint in your corporate Environment, be it Administration or Development in SharePoint, I believe this collection of Documents and ebooks in doc, pdf, xps, visio formats will be very handy and useful for your day to day work. Feel free to download it.
I hope to add more links so expect this list to grow.
read more