Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай
Web API From Start to Finish,
а также все другие курсы, прямо сейчас!
Премиум
-
Урок 1. 00:01:21Introduction
-
Урок 2. 00:06:08Who This Course Is For
-
Урок 3. 00:11:42What This Course Covers
-
Урок 4. 00:07:02What This Course Does Not Cover
-
Урок 5. 00:04:01What Outcomes Should You Expect
-
Урок 6. 00:02:11Introduction
-
Урок 7. 00:03:13What is an API
-
Урок 8. 00:12:05When would we use an API
-
Урок 9. 00:07:17What is REST
-
Урок 10. 00:01:55Where does ASP.NET Core Fit
-
Урок 11. 00:00:59Introduction
-
Урок 12. 00:05:43Creating a New Project
-
Урок 13. 00:28:06Basic Setup
-
Урок 14. 00:02:19Project Cleanup
-
Урок 15. 00:12:00Adding A Controller
-
Урок 16. 00:22:54HTTP Verbs
-
Урок 17. 00:18:51OpenAPI / Swagger
-
Урок 18. 00:11:39Adding API to an Existing Project
-
Урок 19. 00:01:10Introduction
-
Урок 20. 00:03:22Using a Browser
-
Урок 21. 00:04:40Using OpenAPI
-
Урок 22. 00:12:48Using Postman
-
Урок 23. 00:02:16Introduction
-
Урок 24. 00:17:39Storing Secrets
-
Урок 25. 00:58:37Creating Tokens
-
Урок 26. 00:14:15Basic Authentication and Authorization
-
Урок 27. 00:06:10Creating Claims
-
Урок 28. 00:37:34Advanced Authorization
-
Урок 29. 00:02:30Introduction
-
Урок 30. 00:02:06Creating a Sample API
-
Урок 31. 00:03:39Configuring Versioning Library
-
Урок 32. 00:22:42Implementing API Versioning
-
Урок 33. 00:14:27Configure Swagger
-
Урок 34. 00:13:46Deprecating a Version
-
Урок 35. 00:06:54Version Neutral Endpoints
-
Урок 36. 00:00:40Introduction
-
Урок 37. 00:01:41Creating Our Sample API
-
Урок 38. 00:33:39Logging
-
Урок 39. 00:33:11Health Checks
-
Урок 40. 00:19:09Real-Time Monitoring
-
Урок 41. 00:01:37Introduction
-
Урок 42. 00:01:32Creating a Sample API
-
Урок 43. 00:24:40Data Validation
-
Урок 44. 00:22:47Caching
-
Урок 45. 00:43:25Rate-limiting
-
Урок 46. 00:02:09Introduction
-
Урок 47. 00:42:03Designing the API
-
Урок 48. 00:08:44Creating a Class Library
-
Урок 49. 00:07:15Creating the API Project
-
Урок 50. 00:28:32Adding Basic Security
-
Урок 51. 00:10:52Adding Health Checks
-
Урок 52. 00:19:32Create the Controllers
-
Урок 53. 00:47:34Building the Database
-
Урок 54. 00:11:20Recreating the Database
-
Урок 55. 00:58:24Add Data Access
-
Урок 56. 00:37:26Wire Up the API
-
Урок 57. 00:16:58Adding Logging
-
Урок 58. 00:11:15Testing the API
-
Урок 59. 00:03:30Introduction
-
Урок 60. 00:03:26Creating a Blazor Client
-
Урок 61. 00:07:28Wiring Up the HttpClient
-
Урок 62. 00:27:16Creating the Login Page
-
Урок 63. 00:16:51Creating the Display Page
-
Урок 64. 00:08:11Completing Todos
-
Урок 65. 00:18:15Alternative: Using OpenAPI Generated Client
-
Урок 66. 00:00:48Introduction
-
Урок 67. 00:03:01Build the Test API
-
Урок 68. 00:03:59Serve Swagger on the Root
-
Урок 69. 00:01:30Support OpenAPI 2
-
Урок 70. 00:05:19Customize Swagger
-
Урок 71. 00:10:05Enable XML Comments
-
Урок 72. 00:10:35Enable Authentication In Swagger
-
Урок 73. 00:06:38Customizing the CSS Theme
-
Урок 74. 00:01:17Introduction
-
Урок 75. 00:03:45Create a Minimal API
-
Урок 76. 00:04:43Add Sample Endpoints
-
Урок 77. 00:26:14Add Real Endpoints
-
Урок 78. 00:18:34Secure the API
-
Урок 79. 00:00:29Introduction
-
Урок 80. 00:03:59Consistency
-
Урок 81. 00:04:41Good Naming
-
Урок 82. 00:02:21Secure By Default
-
Урок 83. 00:01:57Use Standard HTTP Status Codes
-
Урок 84. 00:03:09Version Your API
-
Урок 85. 00:01:49Include a Health Check Endpoint
-
Урок 86. 00:04:30Use Pagination
-
Урок 87. 00:04:02Document Endpoints
-
Урок 88. 00:03:06Conclusion