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