首页 磁力链接怎么用

[pluralsight]Architecting an ASP.NET Core 2 MVC Application for Unit Testability

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2021-8-6 13:01 2024-6-10 10:18 128 893.13 MB 76
二维码链接
[pluralsight]Architecting an ASP.NET Core 2 MVC Application for Unit Testability的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. Lesson 1 - Course Overview.mp45.83MB
  2. Lesson 2 - Introduction Why Write Tests.mp49.85MB
  3. Lesson 3 - What Should You Test.mp48.17MB
  4. Lesson 4 - Design for Testability.mp46.86MB
  5. Lesson 5 - Demo Write Code Using Unit Tests.mp437.53MB
  6. Lesson 6 - Demo Code Coverage.mp422.16MB
  7. Lesson 7 - Summary.mp4798.55KB
  8. Lesson 8 - Introduction.mp4663.37KB
  9. Lesson 9 - User Interface Testing and the MVC Design Pattern.mp46.38MB
  10. Lesson 10 - Thinking About Unit Testing ASP.NET MVC and Demo Overview.mp45.25MB
  11. Lesson 11 - Demo Part 1 of 3 Setting up the Unit Test and ASP.NET Code.mp414.43MB
  12. Lesson 12 - Demo Part 2 of 3 Creating the Model and ASP.NET Controller.mp418.78MB
  13. Lesson 13 - Demo Part 3 of 3 Unit Testing the Operators Drop-down List.mp418.49MB
  14. Lesson 14 - Demo Unit Testing Adding Two Numbers in the Web Calculator.mp433.56MB
  15. Lesson 15 - Demo Unit Testing an Error Case in the Web Calculator.mp414.18MB
  16. Lesson 16 - Dependency Injection in an ASP.NET Controller.mp43.88MB
  17. Lesson 17 - Demo Refactor the Controller and Unit Tests to Use Dependency Injection.mp422.19MB
  18. Lesson 18 - Mocks, Stubs, Fakes, and Dependency Injection.mp44.59MB
  19. Lesson 19 - Demo Part 1 of 2 Using a Mock to Unit Test an ASP.NET Controller.mp425.01MB
  20. Lesson 20 - Demo Part 2 of 2 Using a Mock to Do Behavior Verification.mp412.06MB
  21. Lesson 21 - Summary.mp41.02MB
  22. Lesson 22 - Introduction.mp41.98MB
  23. Lesson 23 - Databases Are Hard to Test. So What Do You Do About It.mp45.42MB
  24. Lesson 24 - The Object-relational Impedance Mismatch Problem.mp413.96MB
  25. Lesson 25 - Designing and Implementing Repositories.mp47.99MB
  26. Lesson 26 - EF Core and the Adapter Pattern It's the Right Thing to Do and the Tasty Way to Do It.mp46.43MB
  27. Lesson 27 - The Design of the Sample Application.mp46.22MB
  28. Lesson 28 - Demo Implementing the Adapter Pattern.mp429.68MB
  29. Lesson 29 - Demo Part 1 of 2 Reusable EF Core Repository Classes.mp418.35MB
  30. Lesson 30 - Demo Part 2 of 2 Integration Testing EF Core Repositories.mp423.73MB
  31. Lesson 31 - Demo Implementing the Service Layer Pattern.mp412.4MB
  32. Lesson 32 - Demo Part 1 of 3 Unit Test Structure for Service Layer Business Logic.mp410.91MB
  33. Lesson 33 - Demo Part 2 of 3 Writing Service Layer Business Logic Unit Tests.mp429.18MB
  34. Lesson 34 - Demo Part 3 of 3 Using an In-memory Repository for Unit Testing.mp48.13MB
  35. Lesson 35 - Summary.mp41.73MB
  36. Lesson 36 - Introduction.mp41000.66KB
  37. Lesson 37 - Validation, ASP.NET's ModelState.IsValid, and the Strategy Pattern.mp47.86MB
  38. Lesson 38 - Validation with System.ComponentModel.DataAnnotations.mp43.76MB
  39. Lesson 39 - Demo Part 1 of 2 Implement Validation with the Strategy Pattern.mp420.45MB
  40. Lesson 40 - Demo Part 2 of 2 Use Strategy Pattern in an ASP.NET MVC Controller.mp49.39MB
  41. Lesson 41 - Demo Implementing Validation Using a Custom Validation Attribute.mp421.25MB
  42. Lesson 42 - Demo Implementing Validation Using IValidatableObject.mp413.27MB
  43. Lesson 43 - Demo Part 1 of 2 Using the Strategy Pattern to Implement a Calculation.mp411.27MB
  44. Lesson 44 - Demo Part 2 of 2 Connecting the Calculation Strategy in to the Application.mp416.51MB
  45. Lesson 45 - Summary.mp41.44MB
  46. Lesson 46 - Introduction.mp41015.04KB
  47. Lesson 47 - Routing in ASP.NET MVC Core.mp44.52MB
  48. Lesson 48 - Demo Part 1 of 2 Create a New Controller Action and a Custom Route.mp413.89MB
  49. Lesson 49 - Demo Part 2 of 2 ASP.NET Integration Tests for the Custom Route.mp414MB
  50. Lesson 50 - Demo Part 1 of 2 Legacy URL Route Integration Tests.mp419.1MB
  51. Lesson 51 - Demo Part 2 of 2 Implementing Controller Routes for Legacy URLs.mp411MB
  52. Lesson 52 - Summary.mp41.66MB
  53. Lesson 53 - Introduction.mp4812.73KB
  54. Lesson 54 - Security Overview Authentication, Authorization, Roles, and Claims.mp47.53MB
  55. Lesson 55 - Coding Security in ASP.NET Core.mp44.75MB
  56. Lesson 56 - Authorization in ASP.NET Core.mp44MB
  57. Lesson 57 - Policy-based Authorization and Authorization Handlers in ASP.NET Core.mp43.88MB
  58. Lesson 58 - Demo Unit Testing the Authorize Attribute.mp435.33MB
  59. Lesson 59 - Demo Part 1 of 4 Policy-based Authorization in ASP.NET Core.mp418.03MB
  60. Lesson 60 - Demo Part 2 of 4 Unit Testing Policy-based Authorization.mp422.28MB
  61. Lesson 61 - Demo Part 3 of 4 Implementing AuthorizationHandler of T in ASP.NET Core.mp412.14MB
  62. Lesson 62 - Demo Part 4 of 4 Configuring the Authorization Policy in ASP.NET Core.mp48.91MB
  63. Lesson 63 - Summary.mp4775.57KB
  64. Lesson 64 - Introduction.mp4809.13KB
  65. Lesson 65 - Demo Part 1 of 2 Using the Strategy Pattern to Make Security Decisions.mp414.18MB
  66. Lesson 66 - Demo Part 2 of 2 Implementing IUserAuthorizationStrategy with Claims-based Authorization.mp431.52MB
  67. Lesson 67 - ASP.NET Core Middleware.mp42.92MB
  68. Lesson 68 - Demo Part 1 of 4 Using Custom Middleware to Populate User Claims.mp44.93MB
  69. Lesson 69 - Demo Part 2 of 4 Implementing Custom Middleware with Unit Tests.mp426MB
  70. Lesson 70 - Demo Part 3 of 4 Configuring Custom Middleware in ASP.NET Core.mp48.18MB
  71. Lesson 71 - Demo Part 4 of 4 Connecting Middleware, IUserAuthorizationStrategy, and Views.mp410.77MB
  72. Lesson 72 - Summary.mp41.12MB
  73. Lesson 73 - Introduction.mp44.42MB
  74. Lesson 74 - Demo Integration Testing the Accept Header for JSON and XML.mp424.92MB
  75. Lesson 75 - Demo Unit Testing Custom Formatted JSON Objects.mp423.69MB
  76. Lesson 76 - Summary.mp42.2MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统