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