Tag Error Handling
Combining ASP.NET Core validation attributes with Value Objects
This is a continuation of the article series about some more advanced error handling techniques.
Advanced error handling techniques
This post describes some (more) advanced error handling techniques. I’ll probably do a series because this topic is large and there’s quite a few things that need to be cleared out, but we’ll see.
Value Objects and Error Messages
I haven’t done one of these for a while. This post is a review of a code submitted by a reader.
REST API response codes: 400 vs 500
Today, I’d like to talk about the (sometimes subtle) difference between 4xx and 5xx response codes when programming a RESTful API. I’ll try to show when to return what code (400 or 500) and introduce a simple way to implement this logic on the server side.
1