Dependency Injection for Absolute Beginners with C# and .NET

In this vedeo Core of Dependency Injection Dependency Injection with Concrete Implementation Different Ways of Injection: Constructor Injection, Method Injection and Property Injection Why Dependency Injection? Dependency Injection with Interfaces: Loosely Coupled Code 3 Reasons to Use Interfaces with Dependency…

Read More

What is a hash table? What is a hash function? How are collisions handled in dictionaries?

Hash Tables, Hashing and Collision Handling In continuation to my data structure series, this article will cover hash tables in data structure, the fundamental operations of hash tables, their complexities, applications of hashing, the various types of collisions and how to handle them. You can read the…

Read More