.NET MAUI || Consume a REST-Based Web Service || Representational State Transfer (REST).

Macro Code
Macro Code
5.9 هزار بار بازدید - پارسال - .NET MAUI || Consume a
.NET MAUI || Consume a REST-Based Web Service  || Representational State Transfer (REST).

Representational State Transfer (REST) is an architectural style for building web services. REST requests are typically made over HTTPS using the same HTTP verbs that web browsers use to retrieve web pages and to send data to servers. The verbs are:

GET – this operation is used to retrieve data from the web service.
POST – this operation is used to create a new item of data on the web service.
PUT – this operation is used to update an item of data on the web service.
PATCH – this operation is used to update an item of data on the web service by describing a set of instructions about how the item should be modified.
DELETE – this operation is used to delete an item of data on the web service.
Web service APIs that adhere to REST are defined using:
1. A base URI.
2. HTTP methods, such as GET, POST, PUT, PATCH, or DELETE.
3. A media type for the data, such as JavaScript Object Notation (JSON).

💯 Watch our Previous Video on .NET MAUI CRUD OPERATION Using SQLITE
STEP 2 .NET MAUI APP USING SQLITE...H...

💯 Use the following link as well to subscribe. https://www.seevid.ir/c/MacroCoding?sub_...

💯 Remember to Buy Me Coffee
https://www.buymeacoffee.com/macrocode

❤️  Thanks for watching. Share, Subscribe, Like and Comment Down Below
پارسال در تاریخ 1401/12/15 منتشر شده است.
5,909 بـار بازدید شده
... بیشتر