关于[Developing Api’s using Http Endpoints]的摘要:
When developing web based applications often lead developers to creating web based API’s in order to try and separate back-end and front-end based logic. For most .net based development houses ASP.net MVC is the default choice to develop their API’s. However, over the years i have come to realise that this is not necessarily the right choice. Often when I open code bases, I see the same mistakes being made time and again along with a number of other common anti-patterns.
原文地址: https://garywoodfine.com/developing-apis-using-http-endpoints/