Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 455 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 455 Bytes

Total Decoupling

This repository is not maintained anymore. You can find the most recent solution for decoupling operation results and actual application responses in the OperationResults repository.

A sample that shows how to write a Web API in which every Controller method is literally formed by a single line of code, yet with the ability to handle all response types, validation errors, etc.