ProTip: Don't push binaries to source control, use nuget wisely instead
2 min read
If you use nuget, then you probably are familiar with the packages folder that takes forever to update in your source control repository. Whenever you or someone in your team updates a package, committing and pushing it takes forever, and then everyone updating their local copies have to wait as wel...