Pinned Repositories
ACMESharp
An ACME library and client for the .NET platform
azure-webjobs-sdk
Azure WebJobs SDK
BuildAProject
Compiles all projects having the same root folder. Allows compiling multiple projects after making changes to one or more dependent project, thereby checking if the changes breaks any of the projects using it
dotnet-docker
This repo contains the base Docker images for working with .NET Core and the .NET Core Tools.
FakeHttpContext
Allows to fake HttpContext.Current for unit testing purposes
loan-calculator
Website calculating the costs and payment plans for the different mortgage companies in Denmark. The code was initially created in 2016 and has not been updated since.
Optio
Project for learning Azure Speech Intent
outlookdownloadfiles
Polly
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
StatePrinter
Automating unittest asserts and ToString() coding
kristianhald's Repositories
kristianhald/ACMESharp
An ACME library and client for the .NET platform
kristianhald/azure-webjobs-sdk
Azure WebJobs SDK
kristianhald/BuildAProject
Compiles all projects having the same root folder. Allows compiling multiple projects after making changes to one or more dependent project, thereby checking if the changes breaks any of the projects using it
kristianhald/dotnet-docker
This repo contains the base Docker images for working with .NET Core and the .NET Core Tools.
kristianhald/FakeHttpContext
Allows to fake HttpContext.Current for unit testing purposes
kristianhald/loan-calculator
Website calculating the costs and payment plans for the different mortgage companies in Denmark. The code was initially created in 2016 and has not been updated since.
kristianhald/Optio
Project for learning Azure Speech Intent
kristianhald/outlookdownloadfiles
kristianhald/Polly
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
kristianhald/StatePrinter
Automating unittest asserts and ToString() coding
kristianhald/WebJobsPresentation
A quick presentation made for NNIT on how to use WebJobs and how to remove plumbing of handling the underlying network