Удален по просьбе правообладателя
  1. Урок 1. 00:01:51
    Welcome
  2. Урок 2. 00:01:32
    What will you learn in this course?
  3. Урок 3. 00:01:38
    Who is this course for and prerequisites
  4. Урок 4. 00:04:49
    How we’ve been building APIs in .NET until now?
  5. Урок 5. 00:03:54
    What are Minimal APIs?
  6. Урок 6. 00:03:52
    Who are Minimal APIs for?
  7. Урок 7. 00:03:33
    Building the Weather Forecast API using Minimal APIs
  8. Урок 8. 00:02:31
    Let’s clear a few misconceptions
  9. Урок 9. 00:03:51
    Configuring URLs and ports
  10. Урок 10. 00:01:42
    Creating new endpoints
  11. Урок 11. 00:02:25
    The different return types
  12. Урок 12. 00:04:06
    Routing requests
  13. Урок 13. 00:04:38
    Route parameters and rules
  14. Урок 14. 00:09:42
    Parameter Binding
  15. Урок 15. 00:04:51
    Special parameter types
  16. Урок 16. 00:01:46
    Configuring services
  17. Урок 17. 00:02:03
    Configuring middleware
  18. Урок 18. 00:08:05
    Custom parameter binding
  19. Урок 19. 00:04:01
    Available response types
  20. Урок 20. 00:01:44
    Logging
  21. Урок 21. 00:01:57
    Adding Swagger support
  22. Урок 22. 00:01:42
    Controller interoperability
  23. Урок 23. 00:03:05
    What are we going to build?
  24. Урок 24. 00:00:48
    Exercise: Build the API
  25. Урок 25. 00:10:53
    Project setup and database creation
  26. Урок 26. 00:08:13
    Adding new books
  27. Урок 27. 00:06:04
    Adding validation
  28. Урок 28. 00:01:44
    Retrieving all books
  29. Урок 29. 00:02:54
    Retrieving books by ISBN
  30. Урок 30. 00:02:55
    Retrieving books by title match
  31. Урок 31. 00:03:42
    Editing books
  32. Урок 32. 00:02:15
    Deleting books
  33. Урок 33. 00:02:23
    Loading custom configuration
  34. Урок 34. 00:05:53
    Adding Authentication & Authorization
  35. Урок 35. 00:04:49
    Named routes and link generation
  36. Урок 36. 00:01:44
    Customizing the Web Application options
  37. Урок 37. 00:04:30
    Defining response contracts for Swagger
  38. Урок 38. 00:01:23
    Custom JSON binding
  39. Урок 39. 00:03:03
    Customizing results
  40. Урок 40. 00:01:49
    Dealing with CORS
  41. Урок 41. 00:02:45
    Unsupported features compared to MVC
  42. Урок 42. 00:01:17
    Why structure Minimal APIs?
  43. Урок 43. 00:03:32
    Different ways of structuring
  44. Урок 44. 00:09:57
    Building the structure framework
  45. Урок 45. 00:07:00
    Separating the endpoints
  46. Урок 46. 00:01:18
    Refactoring recap
  47. Урок 47. 00:02:17
    Why test Minimal APIs?
  48. Урок 48. 00:03:50
    Setting up the test project
  49. Урок 49. 00:06:02
    The WebApplicationFactory class
  50. Урок 50. 00:09:27
    Testing resource creation
  51. Урок 51. 00:03:41
    The problem with created resources
  52. Урок 52. 00:02:39
    Testing resource lookup
  53. Урок 53. 00:04:36
    Testing resource search
  54. Урок 54. 00:04:07
    Testing resource updating
  55. Урок 55. 00:02:26
    Testing resource deletion
  56. Урок 56. 00:03:26
    Creating our own WebApplicationFactory
  57. Урок 57. 00:00:26
    Conclusion