NET Core and More

TH08 Exceptional Development: Dealing with Exceptions in .NET

08/15/2019

9:30am - 10:45am

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

Exceptions...they seem like such a simple thing, and yet, even in 2019, they are probably one of the most misunderstood and misused aspects of .NET. In this session, we'll talk 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:

  • See how exceptions can be managed effectively in applications
  • Understand how new language features in C# improve exception handling
  • Gain insight into best practices for exception handling and error reporting