logo rip
RIP Tutorial
  • Tags
  • Topics
  • Examples
  • eBooks
Download wcf (PDF)

wcf

  • Getting started with wcf
  • DataContractSerializer is an Opt-In and Opt-Out serializer.
  • Handling exceptions
    • Decoupling ErrorHandlerAttribute registering from the service implementation
    • Showing additional information when an exception occurs
    • Throwing a FaultException with a Fault Code
    • Throwing a user-friendly message with FaultException
    • Using a custom error logging framework
  • How to use a dependency injection container with a WCF service
  • How to: Disable/Enable WCF tracing in C# application code
  • Serialization
  • Tracing
  • WCF - Http and Https on SOAP and REST
  • WCF Restful Service
  • WCF Security
  • Your first service


wcf

  • Getting started with wcf
  • DataContractSerializer is an Opt-In and Opt-Out serializer.
  • Handling exceptions
    • Decoupling ErrorHandlerAttribute registering from the service implementation
    • Showing additional information when an exception occurs
    • Throwing a FaultException with a Fault Code
    • Throwing a user-friendly message with FaultException
    • Using a custom error logging framework
  • How to use a dependency injection container with a WCF service
  • How to: Disable/Enable WCF tracing in C# application code
  • Serialization
  • Tracing
  • WCF - Http and Https on SOAP and REST
  • WCF Restful Service
  • WCF Security
  • Your first service

wcfHandling exceptions


Remarks

Further reading

More about FaultException: MSDN FaultException

Handling exceptions Related Examples

  • Decoupling ErrorHandlerAttribute registering from the service implementation
  • Showing additional information when an exception occurs
  • Throwing a FaultException with a Fault Code
  • Throwing a user-friendly message with FaultException
  • Using a custom error logging framework



PDF - Download wcf for free


Previous Next
This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0
This website is not affiliated with Stack Overflow