Completed
C# Expert OOP - Lecture 5: Shallow Clone vs. Deep Clone, Ref Usage & Inheritance, Immutable Type
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C# Programming Expert Object Oriented Programming Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 C# Expert OOP - Lecture 1: Classes, Methods, Access Modifiers, Static, IDE, DLL, Fields & Properties
- 2 C# Expert OOP - Lecture 2: Exception Handling, Dictionary, Method Extensions, LinQ, Property GET SET
- 3 C# Expert OOP - Lecture 3: WPF, LinQ, Dictionary, Garbage Collector, WinForms, XAML, StringBuilder
- 4 C# Expert OOP - Lecture 4: Tasks & Threading, Reference vs. Value Types, Stack, Heap, GC, Pointers
- 5 C# Expert OOP - Lecture 5: Shallow Clone vs. Deep Clone, Ref Usage & Inheritance, Immutable Type
- 6 C# Expert OOP - Lecture 6: How to Dynamically Save/Load Objects with JSON, User Defined Classes
- 7 C# Expert OOP - Lecture 7: When Static & Non-Static Objects are Initialized & Garbage Collector Work
- 8 C# Expert OOP - Lecture 8: Class Inheritance Tutorial/Example & How To Use Dynamic-Link Library DLL
- 9 C# Expert OOP - Lecture 9: Abstract Class, Interface, Polymorphism, Method Overloading & Overriding
- 10 C# Expert OOP - Lecture 10: Sealed Classes, Methods & Properties, Generics, IEquatable & IComparable
- 11 C# Expert OOP - Lecture 11: IEnumerable & IEnumerator Interfaces, Yield Return, Action & Anonymous
- 12 C# Expert OOP - Lecture 12: Threads, Data Racing & Synchronization, Encryption & Decryption, Casting
- 13 C# Expert OOP - Lecture 13: Multithreaded Robust Web Crawler Programming With Entity Framework - P.1
- 14 C# Expert OOP - Lecture 14: Multithreaded Robust Web Crawler Programming With Entity Framework - P.2
- 15 How to Precompute Pathfinding for 2D Tile Maps for Multiple Goals - For an Actual Game MonsterMMORPG
- 16 C# Asynchronous Programming Full Tutorial : Async / Await / Task and Deadlock Fix by ConfigureAwait
- 17 Solid Principles Full Tutorial In C# - Interview Answers - Design Patterns In .NET - Coding Examples
- 18 Synchronizing WPF UI Elements Using Event Bindings, TextBox Placeholder WPF, and Async Yield Return
- 19 How To Achieve Synchronization In C# While Doing Async Await Multithreaded Programming - .NET Core