Update src/roadmaps/aspnet-core/content/103-basics-of-aspnet-core/101-rest.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent 0ca7d23cbd
commit 28a87feb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/103-basics-of-aspnet-core/101-rest.md

@ -1,4 +1,4 @@
# Rest
# REST
REST (Representational State Transfer) is an architectural style for building web services. In the context of .NET, RESTful web services can be created using the ASP.NET Web API framework, which allows developers to create HTTP-based services that can be consumed by a wide range of clients, including web browsers and mobile devices. The Web API framework provides a set of tools and libraries for creating RESTful services, including routing, request/response handling, and support for a variety of data formats, such as JSON and XML.

Loading…
Cancel
Save