- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 67字
- 2021-07-02 20:52:27
Level 0
This is your traditional soap-based web service or the XML-RPC service. It uses HTTP, but it has one method and one URI. This method is usually POST and will return a heavy dataset. I am sure all of us have worked with this type of web service or might encounter it at some point. The entire database as a dataset is wrapped in this output.
推薦閱讀
- 深入淺出Spring Boot 2.x
- JMeter 性能測試實戰(zhàn)(第2版)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- Jenkins Continuous Integration Cookbook(Second Edition)
- 快速入門與進階:Creo 4·0全實例精講
- MySQL程序員面試筆試寶典
- Python網(wǎng)絡爬蟲技術與應用
- IDA Pro權威指南(第2版)
- Oracle 12c從入門到精通(視頻教學超值版)
- Python物理建模初學者指南(第2版)
- Python編程基礎教程
- INSTANT Apache Hive Essentials How-to
- Swift High Performance
- Linux Networking Cookbook