- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 70字
- 2021-07-02 20:12:52
Message formats
Over the past few years, working with MVC and the like has got me hooked on the JSON format. You could also consider XML. Both formats would be fine on HTTP with the API style resource. Binary message formats are also easily available in case you need to use one. We are not recommending any particular format; you can go ahead with any of the selected message formats.
推薦閱讀
- 高手是如何做產品設計的(全2冊)
- Advanced Machine Learning with Python
- Learning PostgreSQL
- HoloLens Beginner's Guide
- Mastering Entity Framework
- 秒懂設計模式
- Working with Odoo
- Swift細致入門與最佳實踐
- Learning jQuery(Fourth Edition)
- GameMaker Essentials
- JavaScript腳本特效編程給力起飛
- Python Digital Forensics Cookbook
- 黑莓(BlackBerry)開發從入門到精通
- Mastering OpenStack
- Head First Kotlin程序設計