Enterprise Library Exception Handling Application Block

Pluralsight
Course Summary
This course covers the Microsoft Exception Handling Application Block.
-
+
Course Description
The Exception Handling Application Block is a powerful framework that makes the common task of working with exceptions and changing exception handling policies simple and easy to maintain. If you are tired of seeing try/catch blocks and logging statements all throughout your exception handling code, this course will help you clean up that code! In this course we will learn how to use the Microsoft Enterprise Library's Exception Handling Application Block. We start off by learning a bit about the block and some common exception handling strategies. We will also learn how to configure the Exception Handling Block, and how to use it for common exception handling strategies such as wrapping, replacing and logging. Finally, we will cover using the block in a WCF application and learn how to create custom Exception Handlers.
-
+
Course Syllabus
Block Overview and Configuration- 22m 24s
—Introduction 0m 55s
—What is it? 1m 20s
—Handling Exceptions 2m 59s
—Don't Always Catch 1m 2s
—What the Block Provides 2m 41s
—When to Use it? 2m 18s
—Configuration 9m 53s
—Summary 1m 16sSimple Exception Handling- 27m 43s
—Introduction 1m 14s
—Basic Setup 8m 11s
—Wrapping 3m 50s
—Replacing 2m 1s
—Logging 4m 24s
—Using Handle Exception 3m 49s
—Handling Instance ID 3m 28s
—Summary 0m 46sWCF and Custom Handlers- 27m 22s