- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 171字
- 2021-06-10 19:37:27
Building REST APIs with ASP.NET Core Web API
REST is an architectural style for implementing communication between the application client and server over HTTP. RESTful APIs use HTTP verbs (POST, GET, PUT, DELETE, and so on) to dictate the operation to be performed (Create, Read, Update, Delete) by the server on the domain entity. The REST style has become the de facto standard for creating services in modern application development. This makes it easy to use and consume services in any technology and on any platform, such as web frontends, desktop applications, or other web services.
In this chapter, you'll learn how to create RESTful APIs using ASP.NET Core. We will cover the following topics:
- An overview of REST APIs with the ASP.NET Core API
- Inspecting and debugging your API with Postman and Fiddler
- Defining routing rules in your API
- Binding data into model types and validating them
- Generating a response for different types
We'll first start with an overview of how REST APIs are implemented in ASP.NET Core.
推薦閱讀
- 通信網絡基礎與設備
- Building RESTful Web Services with Spring 5(Second Edition)
- 計算機網絡與通信(第2版)
- 大話社交網絡
- 物聯網安全技術
- Yii Application Development Cookbook(Second Edition)
- Master Apache JMeter:From Load Testing to DevOps
- 物聯網場景設計與開發(初級)
- 物聯網工程導論(第3版)
- AIoT應用開發與實踐
- Hands-On Microservices with Node.js
- 網絡綜合布線(第2版)
- Implementing NetScaler VPX?
- NB-IoT原理和優化
- 智能物聯安防視頻技術基礎與應用