|
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать
эти файлы или скачать torrent-файл.
|
| code.zip |
7.41Мб |
| Lesson 1. Course Overview.mp4 |
2.50Мб |
| Lesson 10. The Richardson Maturity Model.mp4 |
5.69Мб |
| Lesson 11. Summary.mp4 |
2.11Мб |
| Lesson 12. Coming Up.mp4 |
1.29Мб |
| Lesson 13. Structuring Our Outer Facing Contract.mp4 |
9.59Мб |
| Lesson 14. Demo - Implementing the Outer Facing Contract (Part 1).mp4 |
11.41Мб |
| Lesson 15. Working with Endpoint Routing.mp4 |
4.45Мб |
| Lesson 16. Interacting with Resources through HTTP Methods.mp4 |
3.19Мб |
| Lesson 17. Demo - Implementing the Outer Facing Contract (Part 2).mp4 |
12.59Мб |
| Lesson 18. Demo - Getting a Single Resource.mp4 |
8.48Мб |
| Lesson 19. The Importance of Status Codes.mp4 |
7.99Мб |
| Lesson 2. Coming Up.mp4 |
4.06Мб |
| Lesson 20. Errors vs. Faults.mp4 |
1.29Мб |
| Lesson 21. Demo - Returning Correct Status Codes.mp4 |
12.57Мб |
| Lesson 22. Enhancing Responses with Problem Details.mp4 |
2.83Мб |
| Lesson 23. Formatters and Content Negotiation.mp4 |
5.26Мб |
| Lesson 24. Demo - Working with Content Negotiation and Output Formatters.mp4 |
15.61Мб |
| Lesson 25. Summary.mp4 |
3.80Мб |
| Lesson 26. Coming Up.mp4 |
1.36Мб |
| Lesson 27. Outer Facing vs. Entity Model.mp4 |
2.70Мб |
| Lesson 28. Demo - Separating Entity Model and Outer Facing Model.mp4 |
16.59Мб |
| Lesson 29. Demo - Improving Action Return Types with ActionResult of T.mp4 |
5.96Мб |
| Lesson 3. Course Prerequisites.mp4 |
983.53Кб |
| Lesson 30. Demo - Adding AutoMapper to Our Project.mp4 |
12.54Мб |
| Lesson 31. Demo - Using AutoMapper.mp4 |
13.23Мб |
| Lesson 32. Demo - Working with Parent_Child Relationships.mp4 |
17.64Мб |
| Lesson 33. Demo - Returning a Single Child Resource.mp4 |
11.86Мб |
| Lesson 34. Demo - Handling Faults.mp4 |
18.28Мб |
| Lesson 35. Supporting HEAD.mp4 |
1.33Мб |
| Lesson 36. Demo - Supporting HEAD.mp4 |
4.07Мб |
| Lesson 37. Summary.mp4 |
2.48Мб |
| Lesson 38. Coming Up.mp4 |
806.85Кб |
| Lesson 39. Passing Data to the API.mp4 |
3.81Мб |
| Lesson 4. Tooling.mp4 |
3.65Мб |
| Lesson 40. Filtering and Searching.mp4 |
3.40Мб |
| Lesson 41. Demo - Filtering Resource Collections.mp4 |
7.64Мб |
| Lesson 42. Demo - Searching through Resource Collections.mp4 |
13.71Мб |
| Lesson 43. Deferred Execution.mp4 |
2.31Мб |
| Lesson 44. Demo - Grouping Action Parameters Together into One Object.mp4 |
15.10Мб |
| Lesson 45. Summary.mp4 |
2.87Мб |
| Lesson 46. Coming Up.mp4 |
1.74Мб |
| Lesson 47. Method Safety and Method Idempotency.mp4 |
4.77Мб |
| Lesson 48. Demo - Creating a Resource.mp4 |
24.92Мб |
| Lesson 49. Demo - Creating a Child Resource.mp4 |
18.55Мб |
| Lesson 5. Using the MVC Pattern for Building RESTful APIs.mp4 |
4.56Мб |
| Lesson 50. Demo - Creating Child Resources Together with a Parent Resource.mp4 |
14.88Мб |
| Lesson 51. Demo - Creating a Collection of Resources.mp4 |
13.47Мб |
| Lesson 52. Demo - Working with Array Keys and Composite Keys.mp4 |
23.67Мб |
| Lesson 53. Demo - Handling POST to a Single Resource.mp4 |
3.94Мб |
| Lesson 54. Demo - Supporting OPTIONS.mp4 |
8.75Мб |
| Lesson 55. Demo - Supporting Additional Content-type Values and Input Formatters.mp4 |
8.08Мб |
| Lesson 56. Summary.mp4 |
3.51Мб |
| Lesson 57. Coming Up.mp4 |
929.48Кб |
| Lesson 58. Working with Validation in a RESTful World.mp4 |
5.02Мб |
| Lesson 59. Demo - Validating Input with Data Annotations.mp4 |
10.95Мб |
| Lesson 6. Demo - Creating an API Project.mp4 |
16.25Мб |
| Lesson 60. Validation and the ApiController Attribute.mp4 |
1.39Мб |
| Lesson 61. Demo - Class-level Input Validation with IValidatableObject.mp4 |
10.60Мб |
| Lesson 62. Demo - Class-level Input Validation with a Custom Attribute.mp4 |
13.54Мб |
| Lesson 63. Demo - Customizing Error Messages.mp4 |
5.62Мб |
| Lesson 64. Reporting Validation Errors.mp4 |
4.77Мб |
| Lesson 65. Demo - Customizing Validation Error Responses.mp4 |
8.60Мб |
| Lesson 66. Other Approaches FluentValidation.mp4 |
961.17Кб |
| Lesson 67. Summary.mp4 |
2.50Мб |
| Lesson 68. Coming Up.mp4 |
1.56Мб |
| Lesson 69. PUT vs. PATCH.mp4 |
1.64Мб |
| Lesson 7. Demo - Adding a Data Store.mp4 |
20.97Мб |
| Lesson 70. Demo - Updating a Resource (Part 1).mp4 |
20.69Мб |
| Lesson 71. The Repository Pattern.mp4 |
4.31Мб |
| Lesson 72. Demo - Updating a Resource (Part 2).mp4 |
16.92Мб |
| Lesson 73. Demo - Validating Input when Updating a Resource with PUT.mp4 |
25.11Мб |
| Lesson 74. Updating Collection Resources.mp4 |
2.23Мб |
| Lesson 75. Upserting.mp4 |
4.63Мб |
| Lesson 76. Demo - Upserting with PUT.mp4 |
12.68Мб |
| Lesson 77. Partially Updating a Resource.mp4 |
5.79Мб |
| Lesson 78. Demo - Partially Updating a Resource.mp4 |
33.25Мб |
| Lesson 79. Demo - Validating Input when Updating a Resource with PATCH.mp4 |
11.92Мб |
| Lesson 8. Introducing REST.mp4 |
7.93Мб |
| Lesson 80. Demo - Returning ValidationProblems from Controller Actions.mp4 |
8.73Мб |
| Lesson 81. Demo - Upserting with PATCH.mp4 |
8.03Мб |
| Lesson 82. Demo - Validating Input when Upserting with PATCH.mp4 |
5.01Мб |
| Lesson 83. Summary.mp4 |
2.79Мб |
| Lesson 84. Coming Up.mp4 |
867.07Кб |
| Lesson 85. Demo - Deleting a Resource.mp4 |
10.29Мб |
| Lesson 86. Demo - Deleting a Resource with Child Resources.mp4 |
8.28Мб |
| Lesson 87. Deleting Collection Resources.mp4 |
2.16Мб |
| Lesson 88. HTTP Method Overview by Use Case.mp4 |
6.97Мб |
| Lesson 89. Whats Next.mp4 |
1.77Мб |
| Lesson 9. Learning What the REST Constraints Are About.mp4 |
22.03Мб |