Dependency Management with .NET โ€“ Doing it Right

The problem of dependency management is neither new nor original, it exists in all development platforms, and .NET is no different. Letโ€™s go through different solutions and see how they perform. Iโ€™ll list them here in no particular order. Keeping dependencies in your source control Thatโ€™s a very popular solution, and for a reason. The โ€ฆ