How to find out your NuGet dependencies in code

Last week I wrote about [https://www.kevinkuszyk.com/2016/09/30/cloning-a-private-git-repository-with-libgit2sharp-and-git-credential-manager-for-windows] how my client uses LibGit2Sharp to clone all the Git repositories in their »

Kevin Kuszyk on nuget 0 Comments

Azure CLI won't upgrade to the latest version

I've been spending a lot of time recently with the Azure CLI [https://azure.microsoft.com/en-gb/documentation/articles/xplat-cli-install/]. If you don't have it already, »

Kevin Kuszyk on azure 0 Comments

Paging through query results in Azure DocumentDB

Azure DocumentDB has built in support for paging, but it's not immediately clear from the documentation [https://azure.microsoft.com/en-gb/documentation/services/documentdb/] how. It »

Kevin Kuszyk 0 Comments