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