Dependency Injection in .NET 6 - Adding and Injecting Dependencies
Adding dependencies to the .NET 6 container, and injecting them into our classes.
Adding dependencies to the .NET 6 container, and injecting them into our classes.
What is dependency injection, and why should we bother?
Let's do some cool new set operations in .NET 6!
MaxBy() and MinBy() in .NET 6 make it easy to find an object in a collection using a value of said object.
Let's order some TV shows by their quality using the new PriorityQueue