Удален по просьбе правообладателя
  • Урок 1. 00:01:20
    Course Overview
  • Урок 2. 00:02:28
    Introduction
  • Урок 3. 00:03:06
    Object != Class
  • Урок 4. 00:02:38
    Terms in Context
  • Урок 5. 00:02:21
    What Is Object-oriented Programming?
  • Урок 6. 00:01:35
    Get the Most from This Course
  • Урок 7. 00:01:48
    Course Outline
  • Урок 8. 00:01:53
    Introduction
  • Урок 9. 00:01:51
    Analyze the Business Problem
  • Урок 10. 00:01:18
    Start with the Nouns
  • Урок 11. 00:02:24
    Define Appropriate Members
  • Урок 12. 00:02:08
    Consider Time
  • Урок 13. 00:01:41
    Abstraction
  • Урок 14. 00:03:38
    Encapsulation
  • Урок 15. 00:01:35
    Summary
  • Урок 16. 00:00:48
    Introduction
  • Урок 17. 00:02:11
    Layering the Application
  • Урок 18. 00:01:39
    Building the Business Logic Layer Component
  • Урок 19. 00:04:53
    Building a Class: Properties
  • Урок 20. 00:03:03
    Using Snippets
  • Урок 21. 00:01:48
    Testing the Class
  • Урок 22. 00:04:49
    Testing the Class: Valid Values
  • Урок 23. 00:02:10
    Testing the Class: Invalid Values
  • Урок 24. 00:02:12
    Working with Objects
  • Урок 25. 00:02:11
    Objects Are Reference Types
  • Урок 26. 00:02:28
    Static Modifier
  • Урок 27. 00:02:46
    Checklists and Summary
  • Урок 28. 00:00:58
    Introduction
  • Урок 29. 00:02:26
    Building a Class: Methods
  • Урок 30. 00:02:10
    Testing the Methods
  • Урок 31. 00:02:45
    Terms
  • Урок 32. 00:02:08
    Building a Class: Constructors
  • Урок 33. 00:03:19
    Building the Remaining Classes
  • Урок 34. 00:02:23
    Checklists and Summary
  • Урок 35. 00:01:26
    Introduction
  • Урок 36. 00:03:07
    Separation of Concerns
  • Урок 37. 00:03:12
    Revisiting the Class Diagram
  • Урок 38. 00:00:44
    Building the Address Class
  • Урок 39. 00:01:21
    Building a Repository Class
  • Урок 40. 00:02:36
    Testing a Repository Class
  • Урок 41. 00:02:25
    Building the Remaining Repositories
  • Урок 42. 00:02:50
    Checklists and Summary
  • Урок 43. 00:02:52
    Introduction
  • Урок 44. 00:01:32
    Defining the Relationships
  • Урок 45. 00:02:30
    Types of Relationships
  • Урок 46. 00:01:38
    Collaboration
  • Урок 47. 00:01:21
    Composition
  • Урок 48. 00:02:56
    Composition: References
  • Урок 49. 00:03:21
    Populating the Referenced Objects
  • Урок 50. 00:02:46
    Testing a Composition Relationship
  • Урок 51. 00:03:30
    Composition: Ids
  • Урок 52. 00:03:37
    Inheritance
  • Урок 53. 00:02:48
    Checklists and Summary
  • Урок 54. 00:03:28
    Introduction
  • Урок 55. 00:01:17
    Secrets of Reuse
  • Урок 56. 00:04:25
    The .NET Object Class
  • Урок 57. 00:03:18
    Overriding Base Class Functionality
  • Урок 58. 00:01:31
    Polymorphism
  • Урок 59. 00:03:26
    Building a Base Class
  • Урок 60. 00:04:32
    Demo: Building a Base Class
  • Урок 61. 00:04:07
    Preparing Overridable Base Class Members
  • Урок 62. 00:02:35
    Checklists and Summary
  • Урок 63. 00:03:16
    Introduction
  • Урок 64. 00:02:40
    Scenario
  • Урок 65. 00:02:01
    Building a Reusable Component
  • Урок 66. 00:03:45
    Testing the Reusable Component
  • Урок 67. 00:01:43
    Using the Reusable Component
  • Урок 68. 00:03:06
    Static Classes
  • Урок 69. 00:04:05
    Extension Methods
  • Урок 70. 00:01:28
    Static Method vs. Extension Method
  • Урок 71. 00:02:15
    Checklists and Summary
  • Урок 72. 00:01:38
    Introduction
  • Урок 73. 00:03:13
    Class Interface
  • Урок 74. 00:01:47
    Interface Metaphors
  • Урок 75. 00:03:40
    Setting up the Demo
  • Урок 76. 00:02:37
    Defining an Interface
  • Урок 77. 00:03:17
    Implementing an Interface
  • Урок 78. 00:05:16
    Interface-based Polymorphism
  • Урок 79. 00:01:48
    Checklists and Summary
  • Урок 80. 00:00:38
    Introduction
  • Урок 81. 00:03:56
    Recap
  • Урок 82. 00:01:17
    Next Steps