News

By default, I tend to automate everything repetative I do, especially around things that require a high degree of quality like deploying a build to production. Quite often I get tasked to automate ...
To implement web scraping, two main issues need to be addressed: sending network requests and parsing web content. Common tools in .NET include: - HttpClient: The built-in HTTP client in .NET, ...
In a previous article, I examined the details of using a simple .NET cache. That was merely an appetizer. Now, it's time to expand upon the basic cache we developed in that article and add the ...
In the move from the ageing, Windows-only .NET Framework to the new open source, cross-platform .NET Core framework, some technologies weren't invited along for the ride, but open source projects may ...