Windows Communication Foundation (WCF - formerly known as Indigo) encapsulates all previous microsoft technologies for remoting and messaging. It's layered architecture consists of a base that handles asynchronous calls and message handling and a top that handles security, transations, transport and encoding capabilities.

WCF acts as a wrapper of preceding remoting technologies like:
Being a wrapper of all that techonologies, WCF encapsulates all possible features of them:
WCF services - applications that expose services using WCF - must be hosted by a process and be ready to accept and respond to requests. These processing could be hosted by:
Comments [0]
Tool provided by Microsoft to remotely manage an SQL Server or an MSDE. This tool actually covers the lack of management tools of MSDE. Well... not all functions of Enterprise Manager are supported but it's a good start. The fact that you can execute an SQL statement could compensate, for instance, the lack of backup and restore function.
No IIS?
The fact that it's an Web tool does not mean that you can't use it without IIS. It can also work with the Cassini Virtual Web Server, which is integrated into the package. You can just click on the Program Files shortcut and manage your database directly!
Download!
To download SQL Web Data Administrator click here!
Comments [0]
Comments [0]