REST Architecture: Designing & Building Applications
Visual Studio 2012
| Intermediate
- 15 Videos | 38m 44s
- Earns a Badge
Learn about the Representational State Transfer, or REST, architecture and how it uses HTTP requests to post, read, and delete data, and perform CRUD operations. Explore how to design and build applications based on both N-tier and REST.
WHAT YOU WILL LEARN
-
describe the Representational State Transfer architecture and the constraints which, when applied to the system, define a system as RESTfuldescribe the capabilities and resources that must be made available to a Web API by a RESTful architecture and its servicesexplain the four qualities that make an architecture interface uniform in RESTexplain the five common media types that can be used for REST architecture resourcesdescribe the implementation of a RESTful service utilizing REST architecture principlesplan the mapping of URLs for a service implementing the REST architecture stylestart a new project to create a RESTful serviceuse and modify the preconfigured routes when creating a service
-
add a Task class and define its propertiesadd and modify controllersimplement a GET method to return tasks from the controller repositoryimplement a PUT methodimplement a POST methodimplement the DELETE methodbuild a TaskController in a REST architecture
IN THIS COURSE
-
1.Understanding Representational State Transfer3m 24sUP NEXT
-
2.Designing URIs and Resources2m 50s
-
3.Understanding the Uniform Interface2m 38s
-
4.Understanding Resource Representations2m 13s
-
5.Understanding How to Implement a REST Service1m 36s
-
6.Understanding How to Map URLs2m 13s
-
7.Creating a RESTful Service2m 15s
-
8.Using and Modifying Preconfigured Routes2m 17s
-
9.Adding and Defining a Task Class2m 8s
-
10.Adding and Modifying Controllers3m 22s
-
11.Implementing the GET Method2m 27s
-
12.Implementing the PUT Method2m 46s
-
13.Implementing the POST Method3m 32s
-
14.Implementing the DELETE Method1m 55s
-
15.Create a TaskController3m 10s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

BOOK
Spring REST