-
API Response Formats
After watching this video; you will be able to describe the various formats of the RESTful API.
-
Architectural Constraints in REST
After watching this video; you will be able to describe the architectural constraints in REST.
-
Benefits of HTTP Caching
After watching this video; you will be able to describe the benefits of HTTP caching in the REST API.
-
Client-Server Behavior in the REST Architecture
After watching this video; you will be able to recognize client-server behavior in the REST architecture.
-
Components of a Message
After watching this video; you will be able to describe the various components of a message.
-
Create a Login Module by Using RESTful API
After watching this video; you will be able to create a login module by using the RESTful API.
-
Create an OData Controller
After watching this video; you will be able to work with OData Controller.
-
Create Node Server for
After watching this video; you will be able to understand how to create a basic Node.js server.
-
Creating a RESTful Service in Web API 2.0
After watching this video; you will be able to create a RESTful service in ASP.NET Web API 2.0.
-
Creating a Role-based Authorization
After watching this video; you will be able to create a role-based authorization.
-
Creating ADO.NET Entity Data Model
After watching this video; you will be able to create a Entity Data Model in ADO.NET.
-
Creating Interfaces for Utilizing the
After watching this video; you will be able to create an interface to utilize the REST API.
-
Deploying a Database to a Server
After watching this video; you will be able to deploy a database to a server.
-
Deploying an API to a Server
After watching this video; you will be able to deploy an API to a server.
-
Features of ASP.NET Web API
After watching this video; you will be able to describe the various features of ASP.NET Web API.
-
Features of REST
After watching this video; you will be able to identify the key features of the RESTful API.
-
Introduction to ASP.NET Web API
After watching this video; you will be able to describe ASP.NET Web API.
-
Introduction to Connector View
After watching this video; you will be able to define connector view in the REST architecture.
-
Introduction to Data View
After watching this video; you will be able to define data view in the REST architecture.
-
Introduction to Process View
After watching this video; you will be able to define process view in the REST architecture.
-
Introduction to Resources
After watching this video; you will be able to describe a resource in RESTful API.
-
REST Services in Various Technologies
After watching this video; you will be able to explain REST services in various technologies.
-
REST versus SOAP
After watching this video; you will be able to distinguish between REST and SOAP.
-
Securing an Application by Using OAuth
After watching this video; you will be able to secure an application by using OAuth.
-
Securing an Application by Using OpenID Connect
After watching this video; you will be able to secure an application by using OpenID Connect.
-
Tracing in Web API
After watching this video; you will be able to define code on demand in the REST architecture.
-
Types of HTTP Status Codes
After watching this video; you will be able to describe the various types of HTTP Status Codes sent by the server.
-
Understanding Cross-origin Resource Sharing
After watching this video; you will be able to create resources that can be shared across servers.
-
Understanding Layered Mechanism
After watching this video; you will be able to define layered mechanism in the REST architecture.
-
Understanding Statelessness
After watching this video; you will be able to define statelessness in the REST architecture.
-
Understanding User-specific API Responsibility
After watching this video; you will be able to define the user-specific API responsibility.
-
Using Addressing to Access a Resource
After watching this video; you will be able to construct a URI that can access a resource.
-
Using HTTP GET and HTTP POST Methods
After watching this video; you will be able to retrieve data from node server and enter a specific entity to the list.
-
Using HTTP PUT and HTTP DELETE Methods
After watching this video; you will be able to update records and delete an entity.
-
Using REST Formatters to Format Results
After watching this video; you will be able to format the result using formatters.
-
Using the Delete Method
After watching this video; you will be able to use the Delete method in REST.
-
Using the Get Method
After watching this video; you will be able to use the Get method in REST.
-
Using the Patch Method
After watching this video; you will be able to use the Patch method in REST.
-
Using the Post Method
After watching this video; you will be able to use the Post method in REST.
-
Using the Put Method
After watching this video; you will be able to use the Put method in REST.
-
Introduction to REST
After watching this video; you will be able to describe REST.
-
REST API: Exploring the Advanced Features
Security of data is the prime concern while creating services that involve exchange of data between a server and a client. In this course, you will learn the various features of the REST security. You will also learn the REST architecture, types of views in the REST Architecture, and databases and API deployment.
- start the course
- describe the architectural constraints in REST
- recognize client-server behavior in the REST architecture
- define statelessness in the REST architecture
- describe the benefits of HTTP caching in the REST API
- define layered mechanism in the REST architecture
- define process view in the REST architecture
- define connector view in the REST architecture
- define data view in the REST architecture
- deploy a database to a server
- deploy an API to a server
- create resources that can be shared across servers
- create an interface to utilize the REST API
- define the user-specific API responsibility
- create a role-based authorization
- secure an application by using OAuth
- secure an application by using OpenID Connect
- work with OData Controller
- define code on demand in the REST architecture
- understand unit testing in web API
- understand how to create a basic Node.js server
- retrieving data from node server and entering a specific entity to the list
- updating records and deleting an entity
- create a login module by using the RESTful API
-
REST API: Exploring the Basic Features
REST is the foundation of data communication in the modern distributed application architecture. This course will teach you the basics of REST and ASP.Net Web API. You will also learn the components of REST along with a few methods and formatters of REST.
- start the course
- describe REST
- identify the key features of the RESTful API
- explain REST Services in various technologies
- distinguish between REST and SOAP
- describe ASP.NET Web API
- describe the various features of ASP.NET Web API
- create a RESTful service in ASP.NET Web API 2.0
- create an entity data model in ADO.NET
- describe a resource in RESTful API
- describe the various components of a message
- construct a URI that can access a resource
- describe the various types of HTTP status codes sent by the server
- describe the various formats of the RESTful API
- use the get method in REST
- use the post method in REST
- use the put method in REST
- use the patch method in REST
- use the delete method in REST
- format the result using formatters
- define relations and URL API mapping
- sort the ResultSet
- filter the ResultSet
- add pagination support to the ResultSet
- create a basic calculator app that utilizes the RESTful API
-
Unit Testing
After watching this video; you will be able to understand unit testing in Web API.