Exception Management in WCF

Authors: Alex Culp, Robert Dizon, Greg Cowin, and Bill Collette.

Referenced Image

Learn more about RBA Consulting.

RBA is an award-winning, nationally-recognized Microsoft partner offering a full range of application development, portals and collaboration, cloud computing, infrastructure and data management solutions. As one of fewer than 40 Partners awarded the Microsoft National System Integrator designation, RBA has demonstrated its continued commitment to technical competencies, proven ability to deliver solutions and stellar track record of high customer satisfaction. Currently on Inc 500’s List of the country’s fastest-growing private companies, RBA’s entrepreneurial spirit combined with its challenging and rewarding employment experience attracts the industry's top thought leaders and technical talent. For more information, please visit www.rbaconsulting.com.

Summary

Any implementation of Windows Communication Foundation (WCF) services at the enterprise level inevitably encounters errors. How well your implementation manages those errors can dictate whether it takes you minutes or weeks to solve a problem. This article discusses some best practices for incorporating exception management in your services and some techniques that will help you to resolve errors quickly.

In This Section

Exception Management Best Practices

Implementing Exception Management, Part 1

Implementing Exception Management, Part 2

Handling Database Errors

Validation, Part 1

Validation, Part 2