/PdfWriterService

Demo WCF application

Primary LanguageC#MIT LicenseMIT

PdfWriterService

###Summary

Simple WCF service that has a few versioned endpoints, including an added method for returning a very simple PDF file. The service is meant to demonstrate how you would up-version a WCF service when you make changes to the schema or parameters.

###Credits

  • Atlas
    Which made hosting a client and a service application in on project a lot easier.
  • PdfSharp
    Made writing a very rudamentary PDF file super easy.

###End of File