ASP.NET Core Middleware Explained (With Real Logging + Global Error Handling)
In REST for Beginners in .NET: Build a Real /api/todos API (GET/POST/PUT/DELETE) we built a REST-style /api/todos API. Now we’ll add two things that almost every real API needs:
Request logging (so you can see what’s happening)
Global error handlin...
silviublog.hashnode.dev5 min read