.NET Service Manager

TL;DR

A tool for managing and integrating local and remote services in .NET applications, enabling easy creation of client-side APIs for web services and components.

6 August 2008
Written by Martin Hinshelwood
1 minute read
Comments
Subscribe

A while a go I create a Service Manager . A way of wrapping local and remote services (widgets, bits, things) for use in any application within your business or just in your own code…

I made the source available before, but as I am now going to be using and updating it again, I have created a Codeplex Project for it and put it up on my own site and called it .NET Service Manager .

You can download the source code, and in a very short while I will have a first release up…

It is quite simple, but has a plethora of uses… One of the best is creating Client side API’s for web services and components of applications…

.NET Service Manager

Technorati Tags: WCF

Comments
Subscribe

What to read next

Article Engineering Excellence

Creating a managed service factory

Explains how to build a managed service factory to access and manage local or remote services across multiple servers, supporting flexible …

Read article
Article

TFS EventHandler: Now on CodePlex

Team Foundation Server EventHandler is now available on CodePlex, with ongoing updates to use Message Queuing and a Windows Service. Source …

Read article