1625033640
Get the source code: https://youtube.dotnetmicroservices.com/net5restapi-08
My Complete .NET Microservices Learning Path: https://dotnetmicroservices.com
This is part 8 of my .NET 5 REST API Tutorial. You will learn:
• The challenges of deployment
• How docker works and why you should use it
• How to turn your REST API into a docker image
• How to run your REST API as a docker container
Blog: http://juliocasal.com
LinkedIn: https://www.linkedin.com/in/juliocasal
Twitter: @julioc
#dotnet #restapi #tutorial
#docker #dotnet #restapi #.net 5 rest api #.net 5
1594289280
The REST acronym is defined as a “REpresentational State Transfer” and is designed to take advantage of existing HTTP protocols when used for Web APIs. It is very flexible in that it is not tied to resources or methods and has the ability to handle different calls and data formats. Because REST API is not constrained to an XML format like SOAP, it can return multiple other formats depending on what is needed. If a service adheres to this style, it is considered a “RESTful” application. REST allows components to access and manage functions within another application.
REST was initially defined in a dissertation by Roy Fielding’s twenty years ago. He proposed these standards as an alternative to SOAP (The Simple Object Access Protocol is a simple standard for accessing objects and exchanging structured messages within a distributed computing environment). REST (or RESTful) defines the general rules used to regulate the interactions between web apps utilizing the HTTP protocol for CRUD (create, retrieve, update, delete) operations.
An API (or Application Programming Interface) provides a method of interaction between two systems.
A RESTful API (or application program interface) uses HTTP requests to GET, PUT, POST, and DELETE data following the REST standards. This allows two pieces of software to communicate with each other. In essence, REST API is a set of remote calls using standard methods to return data in a specific format.
The systems that interact in this manner can be very different. Each app may use a unique programming language, operating system, database, etc. So, how do we create a system that can easily communicate and understand other apps?? This is where the Rest API is used as an interaction system.
When using a RESTful API, we should determine in advance what resources we want to expose to the outside world. Typically, the RESTful API service is implemented, keeping the following ideas in mind:
The features of the REST API design style state:
For REST to fit this model, we must adhere to the following rules:
#tutorials #api #application #application programming interface #crud #http #json #programming #protocols #representational state transfer #rest #rest api #rest api graphql #rest api json #rest api xml #restful #soap #xml #yaml
1593021156
#api #rest api #restful api #asp.net api #api tutorial #consume api
1592906522
#api #rest api #asp.net api #restful api #api tutorial #consume api
1593020698
#api #rest api #restful api #asp.net api #api tutorial #consume api
1593020828
#api #rest api #restful api #asp.net api #api tutorial #consume api