Visual Studio / .NET Framework

TH14 Exceptional Development: Dealing with Exceptions in .NET

05/19/2016

1:30pm - 2:45pm

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

Exceptions... they seem like such a simple thing, and yet they're probably one of the most misunderstood and misused aspects of .NET. In this session, you'll learn about what exceptions are, how they are used, and principles that you should follow to get the most (or least) out of exceptions and to make your applications resilient against failure.

You will learn:

  • How exceptions can be managed effectively in applications
  • How new language features in C#6 improve exception handling
  • Insight into best practices for exception handling