How Does List REALLY Work in .NET?

Опубликовано: 30 Июнь 2022
на канале: Zoran Horvat
1,415
91

Become a patron and get access to source code and exclusive live streams:   / how-does-list-in-81378970  

In this video, we are continuing the prior experiment by reimplementing most of the generic List class from .NET. By the end of the demonstration, you will know how the list is managing its state, how it responds to potentially costly requests and what measures it applies to protect consistency.

Continuing the video ► What Makes List so Efficient? ►    • What Makes List So Efficient?  

Learn more from video courses:
Beginning Object-oriented Programming with C# ► https://codinghelmet.com/go/beginning...
Collections and Generics in C# ► https://codinghelmet.com/go/collectio...
Making Your C# Code More Object-oriented ► https://codinghelmet.com/go/making-yo...

Other courses at Pluralsight ► https://codinghelmet.com/go/pluralsight
Other courses at Udemy ► https://codinghelmet.com/go/udemy

Other videos on this channel you may be interested in watching:
Using GitHub Copilot to Write Complex Code | Step-by-step Tutorial ►    • Using GitHub Copilot to Write Complex...  
Coding with GitHub Copilot - Beginner to Master | VS Code Demo ►    • A Comprehensive Guide to GitHub Copil...  
What is Covariance and Contravariance in C# ►    • What is Covariance and Contravariance...  
How to Initialize a Clean ASP.NET Core Project with Entity Framework Core and Identity ►    • How to Initialize a Clean ASP.NET Cor...  
The Null Conundrum: A Guide to Optional Objects in C# ►    • How to Avoid Null Reference Exception...