Data Validation and Exception Handling in ASP.NET Core 6



Data Validation and Exception Handling in ASP.NET Core 6

Data Validation and Exception Handling in ASP.NET Core 6

Recording of my lectures at HTL Leonding 2021/22. You can find the course material on GitHub at https://github.com/rstropek/htl-leo-pro-5.

This week, we discuss logging, monitoring, and telemetry. After the chalkboard session and our session about Serilog, we now dive data validation and handling of exceptions.

00:00:00 Intro
00:00:17 Data Validation in ASP.NET Core Controllers
00:07:40 Data Validation in minimal APIs
00:12:03 Error handling (unhandled exceptions) in ASP.NET Core
00:24:01 Discussion: Logging and GDPR
00:26:53 Exercise, homework