On my previous post, I walked through the benefits of using PostSharp for caching in a .NET Core server application. However, the example I have showed there would work on a single node application but as we know, probably no application today works on a single node. The benefits of deploying into multiple nodes are multiple such as providing further fault tolerance, and load distribution.
Luckily for us, PostSharp caching backend is modular and the default in-memory one I have used in my prev...
Published on July 03, 2019 14:48