Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Step-By-Step: Create Web API Using ASP.Net Core, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:56
    Introduction
  • Урок 2. 00:13:58
    Demonstration of the Final API
  • Урок 3. 00:01:58
    Source Code, Help, Discounts, and Misc
  • Урок 4. 00:03:05
    Creating New Project
  • Урок 5. 00:02:07
    Adding MVC Service
  • Урок 6. 00:01:44
    Relationships And Properties for Classes
  • Урок 7. 00:03:09
    Creating Models
  • Урок 8. 00:03:02
    One To Many Relationship Requirements
  • Урок 9. 00:03:06
    Creating Navigational Properties For 1-to-Many Relationships
  • Урок 10. 00:03:17
    Many to Many Relationships Requirements
  • Урок 11. 00:03:24
    Creating Intermediary Classes
  • Урок 12. 00:02:12
    Summary of Relationships Between Entities
  • Урок 13. 00:05:24
    Data Annotation
  • Урок 14. 00:01:28
    HOMEWORK: Data Annotation
  • Урок 15. 00:05:04
    More Data Annotation
  • Урок 16. 00:05:10
    Adding NuGet Packages
  • Урок 17. 00:05:59
    Adding Connection String
  • Урок 18. 00:04:43
    Adding DbContext
  • Урок 19. 00:05:41
    Adding OnModelCreating Method
  • Урок 20. 00:01:02
    HOMEWORK: Adding BookAuthor Intermediary Class to ModelBuilder
  • Урок 21. 00:02:06
    Adding BookAuthor Intermediary Class to ModelBuilder
  • Урок 22. 00:07:46
    Creating Database Migration
  • Урок 23. 00:09:19
    Seeding The Database
  • Урок 24. 00:07:18
    Seeding The Database and Reviewing Inserted Data
  • Урок 25. 00:05:06
    Reviewing API Calls Requirements
  • Урок 26. 00:04:26
    Dependency Injection And Inversion of Control
  • Урок 27. 00:03:59
    Creating ICountryRepository Interface
  • Урок 28. 00:06:30
    Implementing ICountryRepository Interface Part 1
  • Урок 29. 00:06:37
    Implementing ICountryRepository Interface Part 2
  • Урок 30. 00:07:33
    Creating GetCountries API
  • Урок 31. 00:03:28
    Testing GetCountries API
  • Урок 32. 00:02:50
    Registering ICountryRepository Interface Service
  • Урок 33. 00:01:28
    Creating Country DTO (Data Transfer Objects)
  • Урок 34. 00:06:26
    Finishing GetCountries API
  • Урок 35. 00:07:14
    Creating GetCountry API
  • Урок 36. 00:06:54
    Creating GetCountryOfAnAuthor API
  • Урок 37. 00:03:57
    HOMEWORK: Implement ICategoryRepository Interface and API
  • Урок 38. 00:02:47
    Creating ICategoryRepository Interface
  • Урок 39. 00:03:36
    Implementing GetCategories and GetCategory Methods
  • Урок 40. 00:06:31
    Finishing Implementation of ICategoryRepository
  • Урок 41. 00:07:58
    Creating GetCategories API
  • Урок 42. 00:03:22
    Creating GetCategory API
  • Урок 43. 00:08:07
    Creating GetAllCategoriesForBook API
  • Урок 44. 00:01:06
    HOMEWORK: Create Remaining DTO Classes
  • Урок 45. 00:05:03
    Creating Remaining DTO Classes
  • Урок 46. 00:04:27
    HOMEWORK: Crate Remaining Interfaces
  • Урок 47. 00:03:20
    Creating IBookRepository Interface
  • Урок 48. 00:01:54
    Creating IAuthorRepository Interface
  • Урок 49. 00:01:39
    Creating IReviewerRepository Interface
  • Урок 50. 00:02:18
    Creating IReviewRepository Interface
  • Урок 51. 00:05:42
    Implementing GetAuthorsFromACountry Method
  • Урок 52. 00:05:46
    Implementing GetAllBooksForCategory Method
  • Урок 53. 00:03:03
    HOMEWORK: Implement IReviewerRepository Interface and API
  • Урок 54. 00:08:41
    Implementing IReviewerRepository Interface
  • Урок 55. 00:05:41
    Creating GetReviewers API
  • Урок 56. 00:04:09
    Creating GetReviewer API
  • Урок 57. 00:05:08
    Creating GetReviewsByReviewer API
  • Урок 58. 00:09:46
    Creating GetReviewerOfAReview API
  • Урок 59. 00:02:04
    HOMEWORK: Implement IReviewRepository Interface and API
  • Урок 60. 00:07:16
    Implementing IReviewRepository Interface
  • Урок 61. 00:05:05
    Creating GetReviews API
  • Урок 62. 00:02:51
    Creating GetReview API
  • Урок 63. 00:04:53
    Creating GetReviewsOfABook API
  • Урок 64. 00:05:36
    Creating GetBookOfAReview API
  • Урок 65. 00:02:09
    HOMEWORK: Implement IAuthorRepository Interface and API
  • Урок 66. 00:07:38
    Implementing IAuthorRepository Interface
  • Урок 67. 00:03:44
    Creating GetAuthors API
  • Урок 68. 00:02:35
    Creating GetAuthor API
  • Урок 69. 00:04:40
    Creating GetBooksOfAuthor API
  • Урок 70. 00:06:45
    Creating GetAuthorsOfABook API
  • Урок 71. 00:01:01
    HOMEWORK: Implement IBookRepository Interface and API
  • Урок 72. 00:10:45
    Implementing IBookRepository Interface
  • Урок 73. 00:00:40
    HOMEWORK: Implement DuplicateCountry and DuplicateCategory Methods
  • Урок 74. 00:03:31
    Implementing IsDuplicateCountry and IsDuplicateCategory Methods
  • Урок 75. 00:02:21
    Finishing Testing from our ToDo List
  • Урок 76. 00:03:02
    Creating GetBooks API
  • Урок 77. 00:03:55
    Creating GetBook API
  • Урок 78. 00:03:38
    Creating GetBookRating API
  • Урок 79. 00:03:57
    Review of Create, Update, and Delete API Calls
  • Урок 80. 00:03:45
    Adding Create, Update, Delete Methods to ICountryRepository Interface
  • Урок 81. 00:06:00
    Implementing Create, Update, Delete Methods For ICountryInterface
  • Урок 82. 00:07:16
    Creating CreateCountry API Part 1
  • Урок 83. 00:09:18
    Creating CreateCountry API Part 2
  • Урок 84. 00:06:53
    Creating UpdateCountry API
  • Урок 85. 00:03:24
    Testing UpdateCountry API
  • Урок 86. 00:07:01
    Creating DeleteCountry API
  • Урок 87. 00:02:38
    HOMEWORK: Add Create, Update, Delete Category API
  • Урок 88. 00:01:39
    Adding Create, Update, Delete Methods to ICategoryRepository Interface
  • Урок 89. 00:02:22
    Implementing Create, Update, Delete Methods For ICategoryInterface
  • Урок 90. 00:07:29
    Creating CreateCategory API
  • Урок 91. 00:05:43
    Creating UpdateCategory API
  • Урок 92. 00:05:03
    Creating DeleteCategory API
  • Урок 93. 00:01:33
    HOMEWORK: Add Create, Update, Delete Review API
  • Урок 94. 00:01:14
    Adding Create, Update, Delete Methods to IReviewRepository Interface
  • Урок 95. 00:02:07
    Implementing Create, Update, Delete Methods For IReviewInterface
  • Урок 96. 00:08:28
    Creating CreateReview API
  • Урок 97. 00:05:16
    Testing CreateReview API
  • Урок 98. 00:09:08
    Reference Loop Error Handling
  • Урок 99. 00:05:55
    Creating UpdateReview API
  • Урок 100. 00:03:30
    Creating DeleteReview API
  • Урок 101. 00:01:32
    HOMEWORK: Add Create, Update, Delete Reviewer API
  • Урок 102. 00:05:52
    Implementing Create, Update, Delete Methods For IReviewerInterface
  • Урок 103. 00:06:40
    Creating CreateReviewer API
  • Урок 104. 00:03:35
    Creating UpdateReviewer API
  • Урок 105. 00:05:46
    Creating DeleteReviewer API
  • Урок 106. 00:02:27
    HOMEWORK: Add Create, Update, Delete Author API
  • Урок 107. 00:02:08
    Implementing Create, Update, Delete Methods For IAuthor Interface
  • Урок 108. 00:09:17
    Creating CreateAuthor API
  • Урок 109. 00:06:22
    Creating UpdateAuthor API
  • Урок 110. 00:04:45
    Creating DeleteAuthor API
  • Урок 111. 00:02:19
    Requirements For Implementing Book Repository
  • Урок 112. 00:02:52
    Adding Create, Upate, Delete Methods to IBookRepository Interface
  • Урок 113. 00:01:21
    Implementing Create, Update, Delete Methods for IBookRepository Interface Part 1
  • Урок 114. 00:07:15
    Implementing Create, Update, Delete Methods for IBookRepository Interface Part 2
  • Урок 115. 00:03:16
    Implementing Create, Update, Delete Methods for IBookRepository Interface Part 3
  • Урок 116. 00:05:12
    Implementing Create, Update, Delete Methods for IBookRepository Interface Part 4
  • Урок 117. 00:01:54
    Injecting Interfaces Into BooksController
  • Урок 118. 00:06:00
    Validating Book ModelState
  • Урок 119. 00:05:39
    Creating CreateBook API
  • Урок 120. 00:05:26
    Testing CreateBook API
  • Урок 121. 00:03:28
    Creating UpdateBook API
  • Урок 122. 00:05:32
    Testing UpdateBook API
  • Урок 123. 00:03:23
    Creating DeleteBook API
  • Урок 124. 00:02:04
    Testing DeleteBook API
  • Урок 125. 00:13:58
    Final Testing