- Hands-On Network Programming with C# and .NET Core
- Sean Burns
- 68字
- 2021-06-24 16:05:14
Share functionality, not code
With well-defined standards such as the RESTful API design and the messaging format of HTTP, you can write stable, clean, well-isolated web API projects that allow a variety of consumers to request functionality you've written on demand. Instead of sharing code directly, you can keep your abstractions abstract and allow only conceptual access to the business process you own through well-documented channels of communication.