How to find out your NuGet dependencies in code
Last week I wrote about how my client uses LibGit2Sharp to clone all the Git repositories in their universe. Today is a follow up on how »
Last week I wrote about how my client uses LibGit2Sharp to clone all the Git repositories in their universe. Today is a follow up on how »
I've been spending a lot of time recently with the Azure CLI. If you don't have it already, download Node.js and then run: npm install »
My current client is using a micro services architecture. As such they have a lot of Git repositories. We needed a script to clone them all, »
Azure DocumentDB has built in support for paging, but it's not immediately clear from the documentation how. It has supported the TOP operator for a while, »
When you've been working with Git for a while, you'll soon find you have lots of out of date and stale branches in your repro. Today »