IdentityModel is an open-source library developed by Dominick Baier and Brock Allen which does an excellent job of simplifying interactions with OAuth 2.0 and OpenID Connect servers. However, when it comes to unit testing, it can appear on the surface to be somewhat difficult to create certain objects that need to be instantiated on demand…
Month: December 2022
Every process on a Windows device features a ‘command line’ that may include one or more arguments or ‘switches’ that can affect the behaviour of the running program. While it is possible in a .NET application to specify the arguments to use before starting a new process, currently there isn’t an API that allows the…
InTools
Recently I came across a tool for Windows that has helped to improve my productivity as a software developer. The tool is called DevToys and it is a very slick and polished, yet simple and streamlined app that is packed full of features. If you constantly find yourself searching for online encoders and hash generators,…