Test Driven Development in C# 8
大小
429.78 MB
文件数
93
Info Hash:
38B69884218372AC9E82F9125E3F4A6C5FA691E5
收录时间
2026-01-08 01:14:12
更新时间
2026-01-08 01:14:13
文件列表 (93)
01. Course Overview/01. Course Overview.mp4
4.38 MB
01. Course Overview/01. Course Overview.srt
2.29 KB
02. Getting Started with Test Driven Development/01. Version Check.mp4
509.22 KB
02. Getting Started with Test Driven Development/01. Version Check.srt
51 B
02. Getting Started with Test Driven Development/02. Introduction.mp4
1.57 MB
02. Getting Started with Test Driven Development/02. Introduction.srt
1.46 KB
02. Getting Started with Test Driven Development/03. What Is Test Driven Development (TDD)-.mp4
3.47 MB
02. Getting Started with Test Driven Development/03. What Is Test Driven Development (TDD)-.srt
3.34 KB
02. Getting Started with Test Driven Development/04. Advantages of Test Driven Development.mp4
6.51 MB
02. Getting Started with Test Driven Development/04. Advantages of Test Driven Development.srt
6 KB
02. Getting Started with Test Driven Development/05. The Wired Brain Coffee Scenario.mp4
4.72 MB
02. Getting Started with Test Driven Development/05. The Wired Brain Coffee Scenario.srt
3.93 KB
02. Getting Started with Test Driven Development/06. How This Course Is Structured.mp4
6.48 MB
02. Getting Started with Test Driven Development/06. How This Course Is Structured.srt
4.15 KB
02. Getting Started with Test Driven Development/07. Understand the First Requirement.mp4
3.79 MB
02. Getting Started with Test Driven Development/07. Understand the First Requirement.srt
3.53 KB
02. Getting Started with Test Driven Development/08. Create a Red Unit Test.mp4
22.77 MB
02. Getting Started with Test Driven Development/08. Create a Red Unit Test.srt
9.53 KB
02. Getting Started with Test Driven Development/09. Write Code to Make the Test Green.mp4
4.35 MB
02. Getting Started with Test Driven Development/09. Write Code to Make the Test Green.srt
1.67 KB
02. Getting Started with Test Driven Development/10. Refactor the Code.mp4
14.66 MB
02. Getting Started with Test Driven Development/10. Refactor the Code.srt
5.28 KB
02. Getting Started with Test Driven Development/11. Test and Implement the Next Requirement.mp4
8.9 MB
02. Getting Started with Test Driven Development/11. Test and Implement the Next Requirement.srt
3.99 KB
02. Getting Started with Test Driven Development/12. Refactor the Test Code.mp4
9.3 MB
02. Getting Started with Test Driven Development/12. Refactor the Test Code.srt
3.27 KB
02. Getting Started with Test Driven Development/13. Summary.mp4
1.46 MB
02. Getting Started with Test Driven Development/13. Summary.srt
1.44 KB
03. Testing and Implementing Business Logic/01. Introduction.mp4
2.2 MB
03. Testing and Implementing Business Logic/01. Introduction.srt
1.98 KB
03. Testing and Implementing Business Logic/02. Understand the Requirements.mp4
4.29 MB
03. Testing and Implementing Business Logic/02. Understand the Requirements.srt
3.34 KB
03. Testing and Implementing Business Logic/03. Know How to Decouple Dependencies.mp4
7.43 MB
03. Testing and Implementing Business Logic/03. Know How to Decouple Dependencies.srt
6.46 KB
03. Testing and Implementing Business Logic/04. Test- Save a Desk Booking.mp4
26.84 MB
03. Testing and Implementing Business Logic/04. Test- Save a Desk Booking.srt
10.64 KB
03. Testing and Implementing Business Logic/05. Implement- Save a Desk Booking.mp4
5.17 MB
03. Testing and Implementing Business Logic/05. Implement- Save a Desk Booking.srt
1.75 KB
03. Testing and Implementing Business Logic/06. Refactor the Code.mp4
14.25 MB
03. Testing and Implementing Business Logic/06. Refactor the Code.srt
5.49 KB
03. Testing and Implementing Business Logic/07. Test- Check if a Desk Is Available.mp4
22.32 MB
03. Testing and Implementing Business Logic/07. Test- Check if a Desk Is Available.srt
9.34 KB
03. Testing and Implementing Business Logic/08. Implement- Check if a Desk Is Available.mp4
7.96 MB
03. Testing and Implementing Business Logic/08. Implement- Check if a Desk Is Available.srt
2.89 KB
03. Testing and Implementing Business Logic/09. Test- Store the Desk ID on the Booking.mp4
11.32 MB
03. Testing and Implementing Business Logic/09. Test- Store the Desk ID on the Booking.srt
5.09 KB
03. Testing and Implementing Business Logic/10. Implement- Store the Desk ID on the Booking.mp4
7.82 MB
03. Testing and Implementing Business Logic/10. Implement- Store the Desk ID on the Booking.srt
2.49 KB
03. Testing and Implementing Business Logic/11. Test- Return Success or NoDeskAvailable Result Code.mp4
14.5 MB
03. Testing and Implementing Business Logic/11. Test- Return Success or NoDeskAvailable Result Code.srt
6.34 KB
03. Testing and Implementing Business Logic/12. Implement- Return Success or NoDeskAvailable Result Code.mp4
5.5 MB
03. Testing and Implementing Business Logic/12. Implement- Return Success or NoDeskAvailable Result Code.srt
1.76 KB
03. Testing and Implementing Business Logic/13. Test- Set Desk Booking ID on the Result.mp4
16.19 MB
03. Testing and Implementing Business Logic/13. Test- Set Desk Booking ID on the Result.srt
6.19 KB
03. Testing and Implementing Business Logic/14. Implement- Set Desk Booking ID on the Result.mp4
4.88 MB
03. Testing and Implementing Business Logic/14. Implement- Set Desk Booking ID on the Result.srt
1.46 KB
03. Testing and Implementing Business Logic/15. Summary.mp4
1.33 MB
03. Testing and Implementing Business Logic/15. Summary.srt
1.18 KB
04. Adding Features in an ASP.NET Core App/01. Introduction.mp4
1.95 MB
04. Adding Features in an ASP.NET Core App/01. Introduction.srt
1.78 KB
04. Adding Features in an ASP.NET Core App/02. Test Driven Development of User Interfaces.mp4
5.29 MB
04. Adding Features in an ASP.NET Core App/02. Test Driven Development of User Interfaces.srt
4.95 KB
04. Adding Features in an ASP.NET Core App/03. Explore the DeskBooker Solution.mp4
20.79 MB
04. Adding Features in an ASP.NET Core App/03. Explore the DeskBooker Solution.srt
8.48 KB
04. Adding Features in an ASP.NET Core App/04. Understand the Requirements.mp4
4.96 MB
04. Adding Features in an ASP.NET Core App/04. Understand the Requirements.srt
3.88 KB
04. Adding Features in an ASP.NET Core App/05. Test- Call the BookDesk Method of the Processor.mp4
17.63 MB
04. Adding Features in an ASP.NET Core App/05. Test- Call the BookDesk Method of the Processor.srt
6.2 KB
04. Adding Features in an ASP.NET Core App/06. Implement- Call the BookDesk Method of the Processor.mp4
11.73 MB
04. Adding Features in an ASP.NET Core App/06. Implement- Call the BookDesk Method of the Processor.srt
3.83 KB
04. Adding Features in an ASP.NET Core App/07. Test- Check if the Model Is Valid.mp4
8.57 MB
04. Adding Features in an ASP.NET Core App/07. Test- Check if the Model Is Valid.srt
3.31 KB
04. Adding Features in an ASP.NET Core App/08. Implement- Check if the Model Is Valid.mp4
2.8 MB
04. Adding Features in an ASP.NET Core App/08. Implement- Check if the Model Is Valid.srt
835 B
04. Adding Features in an ASP.NET Core App/09. Test- Add a Model Error if No Desk Is Available.mp4
12.93 MB
04. Adding Features in an ASP.NET Core App/09. Test- Add a Model Error if No Desk Is Available.srt
5.45 KB
04. Adding Features in an ASP.NET Core App/10. Implement- Add a Model Error if No Desk Is Available.mp4
14.97 MB
04. Adding Features in an ASP.NET Core App/10. Implement- Add a Model Error if No Desk Is Available.srt
5.12 KB
04. Adding Features in an ASP.NET Core App/11. Refactor the Unit Tests.mp4
11.44 MB
04. Adding Features in an ASP.NET Core App/11. Refactor the Unit Tests.srt
3.58 KB
04. Adding Features in an ASP.NET Core App/12. Test- Return the Expected IActionResult.mp4
16.91 MB
04. Adding Features in an ASP.NET Core App/12. Test- Return the Expected IActionResult.srt
6.85 KB
04. Adding Features in an ASP.NET Core App/13. Implement- Return the Expected IActionResult.mp4
6.73 MB
04. Adding Features in an ASP.NET Core App/13. Implement- Return the Expected IActionResult.srt
2.29 KB
04. Adding Features in an ASP.NET Core App/14. Test- Redirect to the BookDeskConfirmation Page.mp4
23.59 MB
04. Adding Features in an ASP.NET Core App/14. Test- Redirect to the BookDeskConfirmation Page.srt
9.02 KB
04. Adding Features in an ASP.NET Core App/15. Implement- Redirect to the BookDeskConfirmation Page.mp4
6.57 MB
04. Adding Features in an ASP.NET Core App/15. Implement- Redirect to the BookDeskConfirmation Page.srt
2.22 KB
04. Adding Features in an ASP.NET Core App/16. Run the ASP.NET Core Application.mp4
7.02 MB
04. Adding Features in an ASP.NET Core App/16. Run the ASP.NET Core Application.srt
5.11 KB
04. Adding Features in an ASP.NET Core App/17. Summary.mp4
3.57 MB
04. Adding Features in an ASP.NET Core App/17. Summary.srt
3.32 KB
csharp-test-driven-development.zip
7.28 MB