.NET Core and More

W04 Exceptional Development: Dealing with Exceptions in .NET

10/02/2019

8:00am - 9:15am

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

Exceptions...they seem like such a simple thing, and yet, even in 2016, 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