Pluralsight - C# Equality and Comparisons

mp4   Hot:812   Size:1.17 GB   Created:2017-08-30 00:02:58   Update:2021-12-12 16:14:47  

File List

  • 001-Welcome and Course Overview.mp4 28.66 MB
    csharp-equality-comparisons.zip 24.66 MB
    012-The Virtual Object.Equals() Method.mp4 19.54 MB
    048-How NOT to Overload ==.mp4 19.49 MB
    116-Structural Equality and IStructuralEquatable.mp4 17.95 MB
    026-The == Operator for Strings.mp4 17.86 MB
    057-Introducing IComparableT and CompareTo().mp4 17.33 MB
    046-Implementing Equality in the Base Type.mp4 16.81 MB
    022-Overview.mp4 16.77 MB
    044-Setting Up the Demo.mp4 15.5 MB
    084-String Pooling and Interning.mp4 14.96 MB
    121-Course Summary.mp4 14.93 MB
    047-Implementing Equality in the Derived Type.mp4 14.77 MB
    096-How Collections Leverage Equality Comparers.mp4 14.76 MB
    085-Summary.mp4 14.65 MB
    021-Summary.mp4 14.49 MB
    054-Summary.mp4 14.22 MB
    101-Default Comparers and Equality Comparers.mp4 13.86 MB
    031-== Never Works With Generics.mp4 13.73 MB
    103-Summary.mp4 13.51 MB
    004-Reference vs. Value Equality.mp4 13.4 MB
    016-The Static Equals() Method.mp4 13.37 MB
    014-Equals() for Value Types.mp4 13.36 MB
    030-== Doesn't Always Work With Inheritance.mp4 13.31 MB
    107-Equal Objects Must Return the Same Hash Code.mp4 13.12 MB
    032-Summary.mp4 13.05 MB
    024-== Under the Hood.mp4 13.02 MB
    087-Why Do We Need Comparers.mp4 12.95 MB
    005-Equality, Value Types, and Boxing.mp4 12.77 MB
    061-When Should You Implement IComparableT.mp4 12.5 MB
    042-Summary.mp4 12.42 MB
    010-Summary.mp4 12.38 MB
    106-How Hashtables Use GetHashCode().mp4 12.34 MB
    114-Summary.mp4 12.33 MB
    063-Implementing the Comparison Operators.mp4 11.93 MB
    067-Summary.mp4 11.9 MB
    097-Implementing an Equality Comparer.mp4 11.9 MB
    078-UppercaseLowercase Demo.mp4 11.9 MB
    092-The Inconsistent Sort Order Problem.mp4 11.65 MB
    025-The == Operator for Buttons.mp4 11.51 MB
    011-Overview.mp4 11.41 MB
    033-Overview.mp4 11.4 MB
    068-Overview.mp4 11.37 MB
    105-What Is a Hashtable.mp4 11.22 MB
    118-Module Summary.mp4 10.94 MB
    082-Choosing a Compare Method.mp4 10.91 MB
    006-Multiple Ways to Compare Values.mp4 10.88 MB
    086-Overview.mp4 10.82 MB
    008-Equality for Floating Points.mp4 10.57 MB
    111-When Fields Are Not Used in Equality.mp4 10.48 MB
    018-Introducing IEquatableT.mp4 10.39 MB
    056-What Is a Comparison.mp4 10.13 MB
    055-Overview.mp4 9.98 MB
    009-The EqualityOOPType-Safety Conflict.mp4 9.88 MB
    045-Why Implement Equality for Reference Types.mp4 9.86 MB
    117-IStructuralComparable.mp4 9.8 MB
    039-Implementing GetHashCode().mp4 9.72 MB
    110-Exclusive OR for Hash Codes.mp4 9.71 MB
    119-Equality and Comparisons Interfaces - Review.mp4 9.69 MB
    028-Equality for Tuples.mp4 9.6 MB
    112-Mapping Strings for Hash Codes.mp4 9.59 MB
    093-The Problem of Inheritance (Again).mp4 9.36 MB
    049-Making == Work With Inheritance.mp4 9.33 MB
    073-The Static String.Compare() Method.mp4 9.3 MB
    104-Overview.mp4 9.25 MB
    002-Aims of This Course.mp4 9.2 MB
    053-The Importance of Being Sealed.mp4 9.11 MB
    069-Chars and Unicode Code Points.mp4 9.08 MB
    035-How to Implement Equality for a Value Type.mp4 9.08 MB
    115-Overview.mp4 9.01 MB
    074-Ordinal Comparisons.mp4 8.96 MB
    102-The StringComparer Type.mp4 8.94 MB
    064-Implementing the Non-Generic IComparable Interface.mp4 8.94 MB
    090-The ComparerT Base Class.mp4 8.9 MB
    062-Implementing IComparableT Demo.mp4 8.87 MB
    043-Overview.mp4 8.75 MB
    089-Writing a Comparer.mp4 8.46 MB
    059-Comparisons vs. Equality in .NET.mp4 8.44 MB
    013-Equals() for Strings.mp4 8.24 MB
    066-IComparableT in Generic Code.mp4 8.15 MB
    007-'Natural' vs. 'Plugged-In' Equality.mp4 7.92 MB
    023-The == Operator for Integers.mp4 7.44 MB
    071-Surrogates.mp4 7.41 MB
    050-== and System.Object.mp4 7.08 MB
    109-A Basic Hash Code Algorithm.mp4 6.9 MB
    052-The Dangers of Implementing IEquatableT.mp4 6.7 MB
    034-Why Would You Implement Equality for a Value Type.mp4 6.63 MB
    020-IEquatableT, Strings and Reference Types.mp4 6.63 MB
    058-IComparableT With Integers.mp4 6.49 MB
    038-Implementing == and !=.mp4 6.45 MB
    019-IEquatableint Demo.mp4 6.44 MB
    037-Overriding Object.Equals().mp4 6.34 MB
    079-Character Expansion Demo.mp4 6.19 MB
    094-IComparerT vs. IComparableT.mp4 6.13 MB
    083-Equality Comparisons for Strings.mp4 6.05 MB
    027-The == Operator for Value Types.mp4 5.85 MB
    070-Character Expansions.mp4 5.77 MB
    051-Understanding the EqualityOOPType-Safety Conflict.mp4 5.7 MB
    100-Plugging the Equality Comparer Into a Collection.mp4 5.66 MB
    080-Combining Character Demo.mp4 5.52 MB
    029-Comparing == and Object.Equals().mp4 5.33 MB
    017-The ReferenceEquals() Method.mp4 5.32 MB
    077-Setting Up the String.Compare() Demos.mp4 5.31 MB
    060-Comparisons Are Value Only.mp4 5 MB
    098-Implementing IEqualityComparerT.Equals().mp4 4.97 MB
    003-So Why Is Equality Hard.mp4 4.89 MB
    072-Combining Characters.mp4 4.77 MB
    015-Object.Equals() - Review.mp4 4.69 MB
    120-Equality and Comparisons Methods - Review.mp4 4.61 MB
    065-IComparableT for Reference Types.mp4 4.59 MB
    108-Other GetHashCode() Requirements.mp4 4.58 MB
    081-Choosing a Compare Method.mp4 4.57 MB
    036-Implementing IEqualityT.mp4 4.29 MB
    091-mparers as Singletons.mp4 4.14 MB
    088-Comparers and IComparerT.mp4 3.85 MB
    041-Implementing Equality Review.mp4 3.63 MB
    076-Current Culture vs. Invariant Culture.mp4 3.61 MB
    113-Putting the Hash Code Algorithm Together.mp4 3.44 MB
    040-Testing the Code.mp4 3.36 MB
    075-Culture-Sensitive Comparisons.mp4 2.54 MB
    099-Implementing IEqualityComparerT.GetHashCode().mp4 2.44 MB
    095-Equality Comparers and IEqualityComparerT.mp4 2.02 MB

Download Info

  • Tips

    “Pluralsight - C# Equality and Comparisons” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.