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