Other

Making Your C# Code More Object-oriented

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:Making Your C# Code More Object-oriented

Infohash: 5B93CBCC0CDE796BCDC021DCC5C17E16C8EC913F

Total Size: 1.26 GB

Seeds: 0

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2025-10-22 04:25:55 (Update Now)

Torrent added: 2016-11-06 01:05:01






Torrent Files List


02.Attaining Extensibility with Object-oriented Code (Size: 1.26 GB) (Files: 85)

 02.Attaining Extensibility with Object-oriented Code

  05.Summary.mp4

1.35 MB

  02.What Follows in This Course.mp4

4.76 MB

  04.Putting Objects Where It Doesn’t Seem to Be Possible.mp4

7.99 MB

  03.An Example that Lacks Objects.mp4

10.05 MB

  01.What Makes Code Object-oriented.mp4

10.18 MB

 06.Turning Algorithms into Strategy Objects

  07.Summary.mp4

3.24 MB

  04.Analysis of the Template Method with Strategy Object.mp4

13.58 MB

  01.Identifying the Problem of a Varying Algorithm.mp4

14.47 MB

  06.Implementing a Concrete Strategy Class.mp4

18.98 MB

  05.Externalizing Strategy to a Separate Class.mp4

19.69 MB

  02.Dissecting the Algorithm.mp4

20.36 MB

  03.Identifying the Moving Parts of the Algorithm.mp4

24.71 MB

 05.Untangling Structure from Operations on Business Data

  08.Summary.mp4

3.31 MB

  01.Identifying the Problem of Selecting an Object.mp4

8.73 MB

  04.Treating Collection of Objects as an Object.mp4

14.33 MB

  03.Understanding the Problems.mp4

14.84 MB

  05.Implementing the Collection of Objects.mp4

18.37 MB

  02.Identifying the Problem of Synthesizing an Object.mp4

22.07 MB

  06.Introducing the Compositional Function Idea.mp4

29.75 MB

  07.Generalized Composition Function.mp4

34.54 MB

 08.Leveraging Special Case Objects to Remove Null Checks

  08.Summary.mp4

3.43 MB

  02.Outlining the Design Without Null References.mp4

6.22 MB

  05.Introducing Special Cases.mp4

12.43 MB

  06.Turning Boolean Query Methods into Real Operations.mp4

14.87 MB

  01.Understanding the Problem of Null.mp4

16.51 MB

  07.Substituting Objects at Run Time.mp4

16.87 MB

  03.How to Never Return Null.mp4

20.44 MB

  04.Demonstrating the Power of Null Objects.mp4

20.47 MB

 03.Rendering Branching Over Boolean Tests Obsolete

  07.Summary.mp4

3.49 MB

  01.Introducing the Problem in Code.mp4

9.22 MB

  06.Assessing Improvement.mp4

16.00 MB

  03.Turning Branching into a Function.mp4

17.52 MB

  02.Recognizing the Problem.mp4

19.93 MB

  04.Turning Function into a State.mp4

24.93 MB

  05.Moving All State-related Code into States.mp4

31.99 MB

 01.Course Overview

  01.Course Overview.mp4

3.66 MB

 12.Refactoring to Bind It All Together

  08.Summary.mp4

4.08 MB

  04.Making Infrastructure Explicit.mp4

8.02 MB

  01.Introducing an Example.mp4

8.15 MB

  02.Analyzing Initial Implementation.mp4

11.29 MB

  09.Course Summary.mp4

12.44 MB

  03.Recognizing Infrastructural Code.mp4

15.71 MB

  05.Removing All Infrastructure from Implementation.mp4

18.69 MB

  06.Where to Go with Infrastructural Code.mp4

19.01 MB

  07.Making Profit on Flexibility of Object-oriented Code.mp4

27.85 MB

 07.Using Immutable Objects When Possible

  11.Summary.mp4

4.18 MB

  03.Fixing the Aliasing Bug.mp4

6.71 MB

  04.Understanding Value Objects.mp4

11.73 MB

  06.Consuming the Immutable Class.mp4

13.77 MB

  08.Supporting Hash Tables.mp4

15.08 MB

  09.Completing the Equality Tests.mp4

17.79 MB

  01.Causing a Bug That Comes from a Mutable Object.mp4

17.88 MB

  02.Discovering the Aliasing Bug.mp4

18.09 MB

  10.Mutable vs. Immutable vs. Value Object.mp4

18.81 MB

  07.Turning Immutable Objects into Value Objects.mp4

21.12 MB

  05.Implementing Reference Type as a Value Type.mp4

22.64 MB

 09.Turning Optional Calls into Calls on Optional Objects

  09.Summary.mp4

4.22 MB

  05.Improving Readability of the Client Code.mp4

4.80 MB

  06.Adding Pattern Matching to Options.mp4

11.42 MB

  01.Complicating the Requirements That Lead to Use of Nulls.mp4

14.03 MB

  08.Demonstrating the Use of Heavyweight Option Type.mp4

17.36 MB

  02.Identifying the Problem of a Nonexistent Objects.mp4

17.56 MB

  03.Representing Optional Object as a Collection.mp4

18.20 MB

  07.Heavyweight Implementation of Options with Pattern Matching.mp4

19.32 MB

  04.Wrapping a Collection into an Option Type.mp4

20.72 MB

 11.Turning Chained Branching into the Chain of Rule Objects

  07.Summary.mp4

4.44 MB

  02.Proposing an Object-oriented Design.mp4

16.04 MB

  01.Implementing Classical Chain of If-Then-Elses.mp4

20.20 MB

  04.Simplifying Implementation Through Refactoring.mp4

20.67 MB

  03.Implementing Concrete Rules.mp4

22.44 MB

  05.Combining Primitive Rules into Complex Ones.mp4

24.28 MB

  06.Demonstrating the Flexibility of the Chain of Rules.mp4

25.19 MB

 10.Increasing Flexibility by Avoiding Switch Statements

  07.Summary.mp4

5.04 MB

  05.Turning Multiway Branching into a Dictionary Object.mp4

14.89 MB

  01.Adding Requirements that Lead to Multiway Branching.mp4

15.35 MB

  02.Using the Old-fashioned Switch Instruction and an Enum.mp4

16.57 MB

  04.Using Encapsulated Representation as the Key.mp4

17.30 MB

  03.Encapsulating Representation in a Separate Class.mp4

19.73 MB

  06.Substituting the Multiway Branching Object at Runtime.mp4

34.48 MB

 04.Keeping the Focus on Domain Logic with Sequences

  06.Summary.mp4

5.17 MB

  05.Improving Performance of Infrastructural Operations.mp4

11.43 MB

  01.Understanding the Problem.mp4

11.62 MB

  02.Outlining the Desired Solution.mp4

12.56 MB

  04.Improving the Readability.mp4

14.49 MB

  03.Aggregating the Sequence.mp4

20.22 MB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Making Your C# Code More Object-oriented Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu