Codelines

Debugging the art of software

Entries for the ‘Article’ Category

WCF Services - Security From An ABC Approach

Making web services easily accessible is usually a primary concern when deploying web services but it is important to keep in mind how the service will be used and by whom or what. Hardening deployed web services and providing appropriate level security for the application thereof is a large topic unto itself. However, in this [...]

Leave a Comment

Hosting Options For Windows Communication Foundation (WCF) Services

WCF Services can be hosted in a number of ways depending on the need and required usage of the service.
Leveraging a Re-Useable WCF Service
Using Visual Studio 2008 you can quickly and easily build flexible WCF services that are hosting environment neutral. That is, build the web service as a library which can be re-used in [...]

Comments (1)

Information Dissemination With Windows Communication Foundation (WCF)

Web services are an integral part of information dissemination amongst heterogenous information sources. Micosoft’s Windows Communication Foundation (WCF) services provide a quick and easy foundation from which to create rich web services. In this post I’m going to look at the main components of the App.config file and the web service contract and implementation.
WCF Endpoints
The [...]

Comments (1)