- Building RESTful Web Services with .NET Core
- Gaurav Aroraa Tadit Dash
- 48字
- 2021-06-25 21:23:06
Advantages
The advantages of using RESTful services are as follows:
- No dependency on a platform or any programming language
- Standardized methods through HTTP
- It doesn't store the state of the clients on the server
- Supports caching
- Accessible to any type of client, such as mobile, web, or desktop