News

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, ...
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 ...
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 ...