Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
/ WCFIntroTask Public archive

I wrote the stuff in this repository while teaching the basic concepts of C# programming and WCF services specifically at Accenture Bootcamp.

Notifications You must be signed in to change notification settings

ReinisV/WCFIntroTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archivation note [START]

I wrote the stuff in this repository while teaching the basic concepts of C# programming and WCF services specifically at Accenture Bootcamp.

This code is the beginning boilerplate meant as a starting point for the students to use during class. The students are then supposed to setup a WCF service that allows communication between CatsDataAccess and WCFClientConsoleApp through a WCF service without the Console app talking to the library directly.

Since the course has ended (and WCF is very much dead), I don't plan on adding anything to it.

Archivation note [END]

WCFIntroTask

This repo is a task to introduce developers to WCF. The task is to create a WCF library, which would allow The ConsoleApp and the DataAccess library communicate without directly talking to each other but through a WCF service

About

I wrote the stuff in this repository while teaching the basic concepts of C# programming and WCF services specifically at Accenture Bootcamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages