Удален по просьбе правообладателя
  • Урок 1. 00:01:46
    Course Overview
  • Урок 2. 00:01:50
    Introduction and Overview
  • Урок 3. 00:03:42
    Why Use Dependency Injection?
  • Урок 4. 00:01:39
    Coding to Interfaces
  • Урок 5. 00:01:58
    Inverting Control with Constructor Injection
  • Урок 6. 00:04:01
    Registering Your First Service
  • Урок 7. 00:02:03
    Benefits of Dependency Injection
  • Урок 8. 00:00:57
    Review
  • Урок 9. 00:00:32
    Introduction and Overview
  • Урок 10. 00:02:52
    The Microsoft Dependency Injection Container
  • Урок 11. 00:03:32
    What to Register with the D.I. Container
  • Урок 12. 00:01:57
    Accessing Configuration from a Controller
  • Урок 13. 00:02:00
    Service Lifetimes
  • Урок 14. 00:01:47
    Transient Services
  • Урок 15. 00:02:08
    Singleton Services
  • Урок 16. 00:01:15
    Scoped Services
  • Урок 17. 00:02:20
    Avoiding Captive Dependencies
  • Урок 18. 00:00:34
    Review
  • Урок 19. 00:00:41
    Introduction and Overview
  • Урок 20. 00:01:12
    Introducing the Tennis Booking Application
  • Урок 21. 00:03:05
    Service Descriptors
  • Урок 22. 00:03:23
    Add vs. TryAdd
  • Урок 23. 00:02:05
    Registering an Interface Multiple Times
  • Урок 24. 00:02:43
    Replacing and Removing Registrations
  • Урок 25. 00:05:18
    Registering Multiple Implementations of an Interface
  • Урок 26. 00:02:53
    Improving Multiple Implementations with TryAddEnumerable
  • Урок 27. 00:07:12
    Implementation Factories
  • Урок 28. 00:06:20
    Registering an Implementation against Multiple Service Types
  • Урок 29. 00:03:19
    Registering Open Generics
  • Урок 30. 00:04:18
    Clean Code Using Extension Methods
  • Урок 31. 00:01:13
    Review
  • Урок 32. 00:00:47
    Introduction and Overview
  • Урок 33. 00:01:11
    Service Resolution Mechanisms
  • Урок 34. 00:02:58
    Constructor Injection
  • Урок 35. 00:03:39
    Action Injection
  • Урок 36. 00:04:06
    Injecting Services into Middleware
  • Урок 37. 00:03:02
    Injecting Services into Razor Views
  • Урок 38. 00:03:42
    Creating and Using Scopes
  • Урок 39. 00:00:51
    Review
  • Урок 40. 00:00:39
    Introduction and Overview
  • Урок 41. 00:01:19
    Introducing and Installing Scrutor
  • Урок 42. 00:04:41
    Assembly Scanning with Scrutor
  • Урок 43. 00:04:13
    Applying the Decorator Pattern with Scrutor
  • Урок 44. 00:03:38
    Replacing the Built-in Dependency Injection Container
  • Урок 45. 00:01:02
    Review