zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Complete guide to building an app with .Net Core and React
magnet:?xt=urn:btih:703f1db6c077ba1abc0272add2bf2239d3438e23&dn=[FreeCourseSite.com] Udemy - Complete guide to building an app with .Net Core and React
磁力链接详情
文件列表详情
703f1db6c077ba1abc0272add2bf2239d3438e23
infohash:
357
文件数量
17.38 GB
文件大小
2022-6-17 22:53
创建日期
2024-11-28 08:02
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Complete
guide
to
building
an
app
with
Net
Core
and
React
1. Introduction/1. Course introduction.mp4 35.07 MB
1. Introduction/2. Setting up the developer environment.mp4 36.95 MB
1. Introduction/3. VS Code extensions.mp4 34.13 MB
1. Introduction/4. Source code and Resources used on this course.mp4 14.91 MB
10. Error handling/1. Introduction.mp4 37.96 MB
10. Error handling/10. Using an interceptor to handle API error responses.mp4 32.2 MB
10. Error handling/11. Adding a not found component.mp4 58.37 MB
10. Error handling/12. Handling 400 errors.mp4 65.45 MB
10. Error handling/13. Handling 500 errors on the client.mp4 66.72 MB
10. Error handling/14. Handling the validation error from an invalid GUID.mp4 49.58 MB
10. Error handling/15. Summary of section 10.mp4 29.49 MB
10. Error handling/2. Validation with data annotations.mp4 32.25 MB
10. Error handling/3. Fluent Validation.mp4 71.41 MB
10. Error handling/4. Handling API Error responses.mp4 44.15 MB
10. Error handling/5. Handling API Error responses part 2.mp4 69.36 MB
10. Error handling/6. Handling API Error responses part 3.mp4 46.13 MB
10. Error handling/7. Handling API Error responses part 4.mp4 62.63 MB
10. Error handling/8. Handling exceptions.mp4 103.97 MB
10. Error handling/9. Preparing for setting up error handling in the client app.mp4 67.17 MB
11. Forms/1. Introduction.mp4 18.6 MB
11. Forms/10. Using Date-FNS.mp4 60.44 MB
11. Forms/11. Hooking up the form submission to Formik.mp4 51.58 MB
11. Forms/12. Summary of section 11.mp4 18.37 MB
11. Forms/2. Setting up Formik.mp4 96.91 MB
11. Forms/3. Formik with less code.mp4 44.42 MB
11. Forms/4. Validation in Formik.mp4 59.84 MB
11. Forms/5. Creating a reusable text input.mp4 80.58 MB
11. Forms/6. Creating a reusable text area.mp4 13.89 MB
11. Forms/7. Creating a reusable select input.mp4 51.68 MB
11. Forms/8. Creating a reusable date input.mp4 94.08 MB
11. Forms/9. The date strategy.mp4 60.58 MB
12. Identity/1. Introduction.mp4 49.59 MB
12. Identity/10. Authenticating to the app.mp4 61.35 MB
12. Identity/11. Storing secrets in development.mp4 50.7 MB
12. Identity/12. Creating an auth policy.mp4 26.8 MB
12. Identity/13. Registering new users.mp4 35.74 MB
12. Identity/14. Validating the registration of users.mp4 26.27 MB
12. Identity/15. Getting the current user.mp4 41.38 MB
12. Identity/16. Summary of section 12.mp4 32.51 MB
12. Identity/2. Adding a user entity.mp4 30.1 MB
12. Identity/3. Adding an IdentityDbContext.mp4 28.44 MB
12. Identity/4. Configuring Identity in the Startup class.mp4 38.17 MB
12. Identity/5. Adding seed users.mp4 51.23 MB
12. Identity/6. Creating the user DTOs.mp4 24.36 MB
12. Identity/7. Adding an account controller.mp4 62.56 MB
12. Identity/8. JSON Web Tokens.mp4 27.26 MB
12. Identity/9. Creating a token service.mp4 80.46 MB
13. Client side login and registration/1. Introduction.mp4 15.06 MB
13. Client side login and registration/10. Adding Modals.mp4 62.63 MB
13. Client side login and registration/11. Adding the register form.mp4 58.43 MB
13. Client side login and registration/12. Handling validation errors in the register form.mp4 75.84 MB
13. Client side login and registration/13. Summary of section 13.mp4 30.42 MB
13. Client side login and registration/2. Creating a login form.mp4 40.83 MB
13. Client side login and registration/3. Creating the interfaces and methods.mp4 29.03 MB
13. Client side login and registration/4. Creating a user store.mp4 34.61 MB
13. Client side login and registration/5. Displaying errors in the form.mp4 28.4 MB
13. Client side login and registration/6. Setting the token upon login.mp4 30.46 MB
13. Client side login and registration/7. Updating the home page and nav bar.mp4 65.3 MB
13. Client side login and registration/8. Persisting the login.mp4 54.91 MB
13. Client side login and registration/9. Sending up the token with the request.mp4 26.26 MB
14. Entity Framework Relationships/1. Introduction.mp4 41.16 MB
14. Entity Framework Relationships/10. Adding a custom auth policy.mp4 90.65 MB
14. Entity Framework Relationships/11. Resolving the bug with with the edit handler.mp4 47.61 MB
14. Entity Framework Relationships/12. Updating the seed data.mp4 36.01 MB
14. Entity Framework Relationships/13. Summary of section 14.mp4 15.59 MB
14. Entity Framework Relationships/2. Configuring the new relationship.mp4 70.35 MB
14. Entity Framework Relationships/3. Adding an infrastructure project.mp4 50.8 MB
14. Entity Framework Relationships/4. Updating the create activity handler.mp4 23.92 MB
14. Entity Framework Relationships/5. Testing the create activity.mp4 59.44 MB
14. Entity Framework Relationships/6. Loading related data.mp4 44.61 MB
14. Entity Framework Relationships/7. Shaping the related data.mp4 56.28 MB
14. Entity Framework Relationships/8. Configuring AutoMapper profiles.mp4 94.19 MB
14. Entity Framework Relationships/9. Adding the attendance handler.mp4 119.19 MB
15. Feature - Client side attendance/1. Introduction.mp4 15.84 MB
15. Feature - Client side attendance/2. Adding the attendees component.mp4 48.7 MB
15. Feature - Client side attendance/3. Updating the details component.mp4 34.76 MB
15. Feature - Client side attendance/4. Conditionally rendering the buttons.mp4 95.84 MB
15. Feature - Client side attendance/5. Adding the store methods to attend.mp4 83.81 MB
15. Feature - Client side attendance/6. Updating the create and edit methods.mp4 119.45 MB
15. Feature - Client side attendance/7. Adding a cancel activity method.mp4 66.47 MB
15. Feature - Client side attendance/8. Adding a popover for attendees.mp4 49.39 MB
15. Feature - Client side attendance/9. Summary of section 15.mp4 4.54 MB
16. API Image upload/1. Introduction.mp4 24.18 MB
16. API Image upload/10. Returning user profiles.mp4 49.38 MB
16. API Image upload/11. Updating the mapping configuration.mp4 41.13 MB
16. API Image upload/12. Returning an attendee DTO.mp4 63.9 MB
16. API Image upload/13. Summary of section 16.mp4 16.58 MB
16. API Image upload/2. Adding Cloudinary.mp4 60.6 MB
16. API Image upload/3. Adding the Cloudinary interfaces.mp4 23.48 MB
16. API Image upload/4. Adding the add photo logic.mp4 61.53 MB
16. API Image upload/5. Adding the Photo entity.mp4 25.84 MB
16. API Image upload/6. Adding the Add photo handler.mp4 43.9 MB
16. API Image upload/7. Adding a photos controller.mp4 27.64 MB
16. API Image upload/8. Deleting photos.mp4 72.39 MB
16. API Image upload/9. Setting the main photo.mp4 49.38 MB
17. Client image upload/1. Introduction.mp4 17.35 MB
17. Client image upload/10. Adding a Dropzone.mp4 32.13 MB
17. Client image upload/11. Styling the Dropzone.mp4 78.69 MB
17. Client image upload/12. Adding a react cropper.mp4 118.16 MB
17. Client image upload/13. Adding the photo upload method.mp4 96.85 MB
17. Client image upload/14. Setting the main photo.mp4 71.38 MB
17. Client image upload/15. Deleting photos.mp4 54.99 MB
17. Client image upload/16. Summary of section 17.mp4 18.62 MB
17. Client image upload/2. Creating a profile page.mp4 33.33 MB
17. Client image upload/3. Adding a profile header.mp4 41.85 MB
17. Client image upload/4. Adding the profile content.mp4 21.72 MB
17. Client image upload/5. Getting the profile data.mp4 40.49 MB
17. Client image upload/6. Getting the profile data part 2.mp4 34.87 MB
17. Client image upload/7. Displaying the photos.mp4 43.23 MB
17. Client image upload/8. Conditionally rendering the photo widget.mp4 46.76 MB
17. Client image upload/9. Creating a photo upload widget.mp4 21.12 MB
18. Challenge/1. Challenge introduction.mp4 23.5 MB
19. SignalR/1. Introduction.mp4 27.64 MB
19. SignalR/10. Sending comments.mp4 60.43 MB
19. SignalR/11. Adding validation and fix issues.mp4 48 MB
19. SignalR/12. Resolving UTC dates.mp4 98.69 MB
19. SignalR/13. Summary of section 19.mp4 26.83 MB
19. SignalR/2. Setting up the comment entity.mp4 47.25 MB
19. SignalR/3. Adding a comment DTO and mapping.mp4 24.94 MB
19. SignalR/4. Adding the create handler.mp4 46.47 MB
19. SignalR/5. Adding a list handler.mp4 29.42 MB
19. SignalR/6. Adding a SignalR Hub.mp4 59.52 MB
19. SignalR/7. Authenticating to SignalR.mp4 28.74 MB
19. SignalR/8. Adding SignalR to the client.mp4 66.87 MB
19. SignalR/9. Connecting to the hub.mp4 67.79 MB
2. Walking Skeleton Part 1 - API/1. Introduction.mp4 36.46 MB
2. Walking Skeleton Part 1 - API/10. Adding an API controller.mp4 67.31 MB
2. Walking Skeleton Part 1 - API/11. Saving changes into source control.mp4 49.34 MB
2. Walking Skeleton Part 1 - API/12. Summary of Section 2.mp4 52.47 MB
2. Walking Skeleton Part 1 - API/2. Creating the .Net projects and references.mp4 49.84 MB
2. Walking Skeleton Part 1 - API/3. Reviewing the project files and startup.mp4 76.85 MB
2. Walking Skeleton Part 1 - API/4. The API controller and using postman.mp4 42.43 MB
2. Walking Skeleton Part 1 - API/5. Creating a domain entity.mp4 24.29 MB
2. Walking Skeleton Part 1 - API/6. Adding an Entity Framework Db Context.mp4 92.64 MB
2. Walking Skeleton Part 1 - API/7. Creating an Entity Framework code first migration.mp4 55.4 MB
2. Walking Skeleton Part 1 - API/8. Creating the database.mp4 61.76 MB
2. Walking Skeleton Part 1 - API/9. Seeding data to the Database.mp4 60.53 MB
20. Followers Following feature/1. Introduction.mp4 22.19 MB
20. Followers Following feature/10. Adding methods to follow and unfollow.mp4 98.15 MB
20. Followers Following feature/11. Making the follow button a component.mp4 69.35 MB
20. Followers Following feature/12. Getting a list of followings.mp4 81.87 MB
20. Followers Following feature/13. Using MobX Reactions.mp4 110.45 MB
20. Followers Following feature/14. Summary of section 20.mp4 11.12 MB
20. Followers Following feature/2. Adding a join entity.mp4 49.42 MB
20. Followers Following feature/3. Adding a handler for following.mp4 46.59 MB
20. Followers Following feature/4. Adding the controller.mp4 29.38 MB
20. Followers Following feature/5. Update the profile class.mp4 22.33 MB
20. Followers Following feature/6. Return a list of followers.mp4 91.02 MB
20. Followers Following feature/7. Adding the following property to the mapping configuration.mp4 45.67 MB
20. Followers Following feature/8. Updating the other handlers with the following property.mp4 74.05 MB
20. Followers Following feature/9. Adding the UI for followers.mp4 46.33 MB
21. Paging, Sorting and Filtering/1. Introduction.mp4 27.07 MB
21. Paging, Sorting and Filtering/10. Client side filtering.mp4 79.77 MB
21. Paging, Sorting and Filtering/11. Updating the filter component.mp4 33.98 MB
21. Paging, Sorting and Filtering/12. Adding placeholders.mp4 35.06 MB
21. Paging, Sorting and Filtering/13. Adding a user profile activities component + challenge.mp4 37.78 MB
21. Paging, Sorting and Filtering/14. Challenge solution.mp4 107.12 MB
21. Paging, Sorting and Filtering/15. Summary of section 21.mp4 10 MB
21. Paging, Sorting and Filtering/2. Adding a PagedList class.mp4 58.32 MB
21. Paging, Sorting and Filtering/3. Adding application layer pagination logic.mp4 55.62 MB
21. Paging, Sorting and Filtering/4. Adding a pagination header.mp4 75.98 MB
21. Paging, Sorting and Filtering/5. Adding client side pagination.mp4 72.02 MB
21. Paging, Sorting and Filtering/6. Adding pagination parameters.mp4 55.05 MB
21. Paging, Sorting and Filtering/7. Adding vertical paging.mp4 57.83 MB
21. Paging, Sorting and Filtering/8. Adding infinite scrolling.mp4 44.4 MB
21. Paging, Sorting and Filtering/9. Adding filtering in the API.mp4 58.65 MB
22. Finishing touches and publishing/1. Introduction.mp4 19.45 MB
22. Finishing touches and publishing/10. Deploying the app to Heroku.mp4 83.88 MB
22. Finishing touches and publishing/11. Security tightening.mp4 75.39 MB
22. Finishing touches and publishing/12. Content security policies.mp4 115.41 MB
22. Finishing touches and publishing/13. End of course summary.mp4 29.61 MB
22. Finishing touches and publishing/2. Adding Scroll to top for our routes.mp4 26.12 MB
22. Finishing touches and publishing/3. Adding private routes.mp4 48.64 MB
22. Finishing touches and publishing/4. Prepping the client app for production.mp4 57.12 MB
22. Finishing touches and publishing/5. Building the production build of the react app.mp4 56.42 MB
22. Finishing touches and publishing/6. Running the client app on the dotnet Kestrel server.mp4 47.2 MB
22. Finishing touches and publishing/7. Adding PostGresQL.mp4 25.61 MB
22. Finishing touches and publishing/8. Switching to PostGresQL.mp4 91.67 MB
22. Finishing touches and publishing/9. Setting up Heroku.mp4 64.89 MB
23. Bonus section - Identity Cookbook/1. Introduction.mp4 16.42 MB
23. Bonus section - Identity Cookbook/10. Adding the Refresh token domain entity.mp4 40.24 MB
23. Bonus section - Identity Cookbook/11. Updating the JWT token parameters.mp4 27.25 MB
23. Bonus section - Identity Cookbook/12. Updating the account controller.mp4 86.45 MB
23. Bonus section - Identity Cookbook/13. Testing in Postman.mp4 33.47 MB
23. Bonus section - Identity Cookbook/14. Client side configuration.mp4 92.46 MB
23. Bonus section - Identity Cookbook/15. Testing the refresh token in the client.mp4 50.68 MB
23. Bonus section - Identity Cookbook/16. Redeploying the app to Heroku.mp4 52.85 MB
23. Bonus section - Identity Cookbook/17. Introduction to Email verification.mp4 9.39 MB
23. Bonus section - Identity Cookbook/18. Setting up SendGrid.mp4 61.4 MB
23. Bonus section - Identity Cookbook/19. Require a confirmed email to sign in.mp4 41.6 MB
23. Bonus section - Identity Cookbook/2. Setting up Facebook login.mp4 39.36 MB
23. Bonus section - Identity Cookbook/20. Updating the register method.mp4 74.13 MB
23. Bonus section - Identity Cookbook/21. Adding the confirm email endpoint.mp4 57.93 MB
23. Bonus section - Identity Cookbook/22. Testing in Postman.mp4 33.79 MB
23. Bonus section - Identity Cookbook/23. Setting up the client for email confirmation.mp4 86.95 MB
23. Bonus section - Identity Cookbook/24. Adding a verify email component.mp4 70.62 MB
23. Bonus section - Identity Cookbook/25. Finishing up and testing.mp4 39.71 MB
23. Bonus section - Identity Cookbook/26. Redeploying the app to Heroku.mp4 56.83 MB
23. Bonus section - Identity Cookbook/3. Connecting Heroku to GitHub.mp4 13.7 MB
23. Bonus section - Identity Cookbook/4. Adding the Facebook JS SDK.mp4 76.82 MB
23. Bonus section - Identity Cookbook/5. Configuring the API endpoint.mp4 95.44 MB
23. Bonus section - Identity Cookbook/6. Debugging the Facebook info.mp4 123.08 MB
23. Bonus section - Identity Cookbook/7. Facebook login finishing touches.mp4 66.73 MB
23. Bonus section - Identity Cookbook/8. Redeploying the app to Heroku.mp4 101.32 MB
23. Bonus section - Identity Cookbook/9. Introduction to Refresh Tokens.mp4 9.25 MB
24. Introduction (Legacy)/1. Course Introduction.mp4 58.03 MB
24. Introduction (Legacy)/2. Setting up the dev environment.mp4 52.32 MB
24. Introduction (Legacy)/3. Visual Studio Code extensions.mp4 59.7 MB
24. Introduction (Legacy)/4. Source code and resources for this course.mp4 21.55 MB
25. Walking Skeleton Part 1 - API (Legacy)/1. Section 2 introduction.mp4 43.11 MB
25. Walking Skeleton Part 1 - API (Legacy)/10. Seeding data using Entity Framework fluent configuration.mp4 35.8 MB
25. Walking Skeleton Part 1 - API (Legacy)/11. Using Dependancy Injection.mp4 60.16 MB
25. Walking Skeleton Part 1 - API (Legacy)/12. Introduction to Postman.mp4 16.95 MB
25. Walking Skeleton Part 1 - API (Legacy)/13. Saving our changes into Source control using Git.mp4 54.87 MB
25. Walking Skeleton Part 1 - API (Legacy)/14. Section 2 summary.mp4 45.56 MB
25. Walking Skeleton Part 1 - API (Legacy)/2. Creating the ASP.NET Core solutions and projects using the DotNet CLI.mp4 50.31 MB
25. Walking Skeleton Part 1 - API (Legacy)/3. Creating the project references using the DotNet CLI.mp4 42.75 MB
25. Walking Skeleton Part 1 - API (Legacy)/4. Reviewing the Project files.mp4 97.68 MB
25. Walking Skeleton Part 1 - API (Legacy)/5. Running the application.mp4 39.98 MB
25. Walking Skeleton Part 1 - API (Legacy)/6. Creating a Domain entity.mp4 11.1 MB
25. Walking Skeleton Part 1 - API (Legacy)/7. Creating the DbContext and service.mp4 61.75 MB
25. Walking Skeleton Part 1 - API (Legacy)/8. Adding our first Entity Framework code first migration.mp4 38.57 MB
25. Walking Skeleton Part 1 - API (Legacy)/9. Creating the database.mp4 50.8 MB
26. Walking Skeleton Part 2 - Client (Legacy)/1. Section 3 introduction.mp4 8.39 MB
26. Walking Skeleton Part 2 - Client (Legacy)/10. React Class Components.mp4 24.85 MB
26. Walking Skeleton Part 2 - Client (Legacy)/11. Using React State.mp4 37.77 MB
26. Walking Skeleton Part 2 - Client (Legacy)/12. Fetching data from the API.mp4 55.19 MB
26. Walking Skeleton Part 2 - Client (Legacy)/13. Adding CORS support to the API.mp4 49.73 MB
26. Walking Skeleton Part 2 - Client (Legacy)/14. Adding Semantic UI to our app.mp4 57.35 MB
26. Walking Skeleton Part 2 - Client (Legacy)/15. Clean up and saving our code to source control.mp4 24.94 MB
26. Walking Skeleton Part 2 - Client (Legacy)/16. Summary of section 3.mp4 16.86 MB
26. Walking Skeleton Part 2 - Client (Legacy)/2. Using create-react-app to create our React application.mp4 30.65 MB
26. Walking Skeleton Part 2 - Client (Legacy)/3. Reviewing the React project files.mp4 59.81 MB
26. Walking Skeleton Part 2 - Client (Legacy)/4. Introduction to React - Concepts.mp4 23.5 MB
26. Walking Skeleton Part 2 - Client (Legacy)/5. Introduction to React - Components.mp4 20.91 MB
26. Walking Skeleton Part 2 - Client (Legacy)/6. Introduction to Typescript.mp4 21.92 MB
26. Walking Skeleton Part 2 - Client (Legacy)/7. Typescript basics demo.mp4 49.39 MB
26. Walking Skeleton Part 2 - Client (Legacy)/8. Using Typescript with React.mp4 75.14 MB
26. Walking Skeleton Part 2 - Client (Legacy)/9. Adding React dev tools.mp4 34.32 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/1. Section 4 introduction.mp4 18.39 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/10. Adding the Create handler.mp4 84.74 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/11. Dealing with boilerplate code in our handlers.mp4 44.79 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/12. Adding an Edit handler.mp4 81 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/13. Adding a Delete handler.mp4 60.89 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/14. Summary of section 4.mp4 9.47 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/2. Adding the Activity entity.mp4 39.17 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/3. Seeding Activity data.mp4 61.79 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/4. Commands and Queries - CQRS.mp4 32.16 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/5. Introduction to MediatR.mp4 30.56 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/6. Creating our first Query handler.mp4 37.55 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/7. Creating the Activities API Controller.mp4 64.24 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/8. Adding the Details Handler.mp4 44.81 MB
27. Building a CRUD application in .Net Core using the CQRS + Mediator (Legacy)/9. Cancellation Tokens.mp4 78.28 MB
28. Building a CRUD application in React (Legacy)/1. Section 5 introduction.mp4 28.88 MB
28. Building a CRUD application in React (Legacy)/10. Creating the Activity List.mp4 62.99 MB
28. Building a CRUD application in React (Legacy)/11. Adding the Activity Details component.mp4 34.42 MB
28. Building a CRUD application in React (Legacy)/12. Adding the Activity Form component.mp4 27.86 MB
28. Building a CRUD application in React (Legacy)/13. Selecting an individual Activity.mp4 109.51 MB
28. Building a CRUD application in React (Legacy)/14. Adding an edit mode to display the form.mp4 34.48 MB
28. Building a CRUD application in React (Legacy)/15. Adding a create activity mode.mp4 66.2 MB
28. Building a CRUD application in React (Legacy)/16. Initialising the form with data.mp4 60.77 MB
28. Building a CRUD application in React (Legacy)/17. Controlled components in React.mp4 90.28 MB
28. Building a CRUD application in React (Legacy)/18. Handling form submission.mp4 109.68 MB
28. Building a CRUD application in React (Legacy)/19. Fixing issues with the dates in the form.mp4 56.09 MB
28. Building a CRUD application in React (Legacy)/2. Introduction to React Hooks.mp4 71.19 MB
28. Building a CRUD application in React (Legacy)/20. Adding the delete functionality.mp4 45.55 MB
28. Building a CRUD application in React (Legacy)/21. Summary of section 5.mp4 14.36 MB
28. Building a CRUD application in React (Legacy)/3. Folder structure in React.mp4 34.41 MB
28. Building a CRUD application in React (Legacy)/4. Getting a list of activities from the API.mp4 17.04 MB
28. Building a CRUD application in React (Legacy)/5. Adding an Activity interface in Typescript.mp4 54.86 MB
28. Building a CRUD application in React (Legacy)/6. Refactoring our class component to use React Hooks.mp4 88.09 MB
28. Building a CRUD application in React (Legacy)/7. Adding the Navigation bar.mp4 56.25 MB
28. Building a CRUD application in React (Legacy)/8. Styling React components.mp4 46.76 MB
28. Building a CRUD application in React (Legacy)/9. Adding the Activity Dashboard.mp4 33.66 MB
3. Walking Skeleton Part 2 - Client/1. Introduction.mp4 19.03 MB
3. Walking Skeleton Part 2 - Client/10. Fetching data from the API.mp4 72.31 MB
3. Walking Skeleton Part 2 - Client/11. CORS Policy.mp4 47.01 MB
3. Walking Skeleton Part 2 - Client/12. Semantic UI React.mp4 88.4 MB
3. Walking Skeleton Part 2 - Client/13. Summary of section 3.mp4 35.34 MB
3. Walking Skeleton Part 2 - Client/2. Creating the React project.mp4 40.54 MB
3. Walking Skeleton Part 2 - Client/3. Reviewing the React project files.mp4 84.77 MB
3. Walking Skeleton Part 2 - Client/4. Why React.mp4 7.05 MB
3. Walking Skeleton Part 2 - Client/5. React Components.mp4 23.43 MB
3. Walking Skeleton Part 2 - Client/6. Typescript concepts.mp4 25.51 MB
3. Walking Skeleton Part 2 - Client/7. Typescript demo.mp4 52.15 MB
3. Walking Skeleton Part 2 - Client/8. Using Typescript with React.mp4 84.44 MB
3. Walking Skeleton Part 2 - Client/9. React dev tools.mp4 37.97 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/1. Introduction.mp4 25.28 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/10. Adding a Delete handler.mp4 46.34 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/11. Startup class housekeeping.mp4 50.81 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/12. Cancellation tokens.mp4 66.44 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/13. Using the debugger in VS Code.mp4 59.56 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/14. Summary of section 4.mp4 22.76 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/2. Clean Architecture.mp4 56.64 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/3. CQRS.mp4 14.72 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/4. Creating our first Query handler.mp4 66.74 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/5. Thin controllers in the API.mp4 27.82 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/6. Adding a Details handler.mp4 27.13 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/7. Adding a Create handler.mp4 64.47 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/8. Adding an Edit handler.mp4 51.14 MB
4. Creating a CRUD application using the CQRS + Mediator pattern/9. Adding AutoMapper.mp4 47.73 MB
5. Creating a CRUD application in React/1. Introduction.mp4 18.42 MB
5. Creating a CRUD application in React/10. Selecting an activity to view.mp4 100.76 MB
5. Creating a CRUD application in React/11. Displaying the createedit form.mp4 83.15 MB
5. Creating a CRUD application in React/12. Editing an activity and form basics in React.mp4 86.38 MB
5. Creating a CRUD application in React/13. Handle create and edit submission.mp4 51.11 MB
5. Creating a CRUD application in React/14. Using a GUID for the activity id.mp4 47.61 MB
5. Creating a CRUD application in React/15. Deleting an activity.mp4 37.03 MB
5. Creating a CRUD application in React/16. Summary of section 5.mp4 18.36 MB
5. Creating a CRUD application in React/2. Folder structure in React.mp4 42.93 MB
5. Creating a CRUD application in React/3. Adding an Activity interface.mp4 46.01 MB
5. Creating a CRUD application in React/4. Adding a Nav bar.mp4 28.04 MB
5. Creating a CRUD application in React/5. Adding some style to the nav bar.mp4 52.22 MB
5. Creating a CRUD application in React/6. Creating an activity dashboard.mp4 44.08 MB
5. Creating a CRUD application in React/7. Creating an activity list.mp4 48.01 MB
5. Creating a CRUD application in React/8. Creating a details view.mp4 69.99 MB
5. Creating a CRUD application in React/9. Creating an Activity form.mp4 24.37 MB
6. Axios/1. Introduction.mp4 15.82 MB
6. Axios/2. Setting up axios.mp4 44.97 MB
6. Axios/3. Axios types.mp4 58.18 MB
6. Axios/4. Adding loading indicators.mp4 58.72 MB
6. Axios/5. Posting data to the server.mp4 76.29 MB
6. Axios/6. Deleting activity on the server.mp4 60.39 MB
6. Axios/7. Summary of section 6.mp4 13.22 MB
7. MobX/1. Introduction.mp4 21.46 MB
7. MobX/10. Using a Javascript map object to store the activities.mp4 77.16 MB
7. MobX/11. Summary of section 7.mp4 19.45 MB
7. MobX/2. What is MobX.mp4 36.16 MB
7. MobX/3. Setting up MobX.mp4 56 MB
7. MobX/4. MobX actions.mp4 35.81 MB
7. MobX/5. Refactoring the app to use MobX.mp4 59.86 MB
7. MobX/6. MobX strict mode.mp4 37.44 MB
7. MobX/7. Selecting an Activity using MobX.mp4 127 MB
7. MobX/8. Creating an Activity using MobX.mp4 94.9 MB
7. MobX/9. Deleting an activity using MobX.mp4 75.16 MB
8. Routing/1. Introduction.mp4 21.08 MB
8. Routing/10. Redirect after submission.mp4 54.4 MB
8. Routing/11. Moving the home page outside of nav.mp4 26.97 MB
8. Routing/12. Cleaning up unused code.mp4 48.31 MB
8. Routing/13. Summary of section 8.mp4 5.48 MB
8. Routing/2. Installing React Router.mp4 32.24 MB
8. Routing/3. Adding routes.mp4 43.63 MB
8. Routing/4. Adding nav links.mp4 23.83 MB
8. Routing/5. Adding a details link.mp4 24.77 MB
8. Routing/6. Getting an individual activity.mp4 70.94 MB
8. Routing/7. Using route parameters.mp4 63.66 MB
8. Routing/8. Adding the edit activity route.mp4 94.03 MB
8. Routing/9. Adding a key to the route.mp4 56.63 MB
9. Styling the User Interface/1. Introduction.mp4 16.21 MB
9. Styling the User Interface/2. Styling the activity list.mp4 48.02 MB
9. Styling the User Interface/3. Grouping the activities by date.mp4 69.72 MB
9. Styling the User Interface/4. Styling the list items.mp4 51.14 MB
9. Styling the User Interface/5. Activity details page.mp4 31.49 MB
9. Styling the User Interface/6. Populating the detailed components.mp4 64.9 MB
9. Styling the User Interface/7. Adding the activity filter component.mp4 54.49 MB
9. Styling the User Interface/8. Styling the home page.mp4 52.93 MB
9. Styling the User Interface/9. Summary of section 9.mp4 12.58 MB
其他位置