Author: Jonathan Crozier

InAPIs
YARP (Yet Another Reverse Proxy) is a reverse proxy library for .NET that has been built with configurability in mind, and there are a ton of customisation options available for developers. In my previous articles, I explored Getting started with YARP and Transforming requests and responses with YARP. In this article, I will cover some…
InAPIs
YARP (Yet Another Reverse Proxy) is a versatile and highly performant reverse proxy library for .NET. If you’re a .NET developer seeking to develop a web application that utilises a reverse proxy to enable things like load balancing, caching and SSL termination, and you require a great degree of customisation, YARP is the ideal solution…
InProgramming
LINQ is one of the standout features of .NET and is loved by many C# developers, for whom it has become second nature in their day-to-day work. The declarative nature of LINQ allows for expressive queries over collections to be composed, resulting in highly readable and maintainable code. However, while LINQ provides powerful abstractions and…