Skip to content

This project presents a simple, but fun WCF Halloween Name Service Application. The service provides either a single Halloween name (string), or an array of Halloween names. It is hosted using IIS Express to quickly demo and test the service with a client. A client “tester” console application tests the service and provides output to the user.

Notifications You must be signed in to change notification settings

kathleenwest/HalloweenNameWCFService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HalloweenNameWCFService

Simple WCF Halloween Name Service Application & Client "Tester" Console Application

Project Blog Article here: https://portfolio.katiegirl.net/2019/04/09/simple-wcf-halloween-name-service-application-client-tester-console-application/

About

This project presents a simple, but fun WCF Halloween Name Service Application. The service provides either a single Halloween name (string), or an array of Halloween names. It is hosted using IIS Express to quickly demo and test the service with a client. A client “tester” console application tests the service and provides output to the user.

Architecture

The demo project consists of these component topics:

• Halloween Name WCF Service Application

o Name (Data Model Contract) o Name Helper (Helper Class) o IHalloweenService (Interface for Service) o HalloweenService (Code that Implements the Service Interface)

• Client “Tester to Service” Console Application o Connected Service “Proxy Reference” HalloweenNameServiceRef o Main Program

About

This project presents a simple, but fun WCF Halloween Name Service Application. The service provides either a single Halloween name (string), or an array of Halloween names. It is hosted using IIS Express to quickly demo and test the service with a client. A client “tester” console application tests the service and provides output to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages