MENU

Fun & Interesting

Implementing the Result Pattern In ASP.NET API

Codewrinkles 8,072 7 months ago
Video Not Working? Fix It Now

The Result Pattern is a practical way to deal with error conditions in an application without throwing exceptions. In this video I'll show you how I implement the result pattern in Asp.Net Api. #dotnet #programming #programmingtips #programmingtutorial Join this channel to get source code access and other perks: https://www.youtube.com/channel/UCyTPru-1gZ7-4qblcKM0TiQ/join Do you want to master API versioning and never break your APIs consumers? Get my "API Versioning for The Real World" book: https://leanpub.com/practical-api-versioning Content: 1. Intro: 00:00 2. Result pattern libraries 00:56 3. Libraries and technical debt: 01:56 4. What's the need? 03:46 5. The Error class: 06:38 6. The Result class: 07:45 7. Returning results: 11:06 8. Mapping results: 13:23

Comment