DRDevindran Ramadassinhashnode.devindran.com·May 23, 2023 · 3 min readHow to improve memory allocation when using StackExchange.RedisHello, if your code depends on Redis caching and you are using StackExchange.Redis as your middleware for reading and writing, this article may be useful for you. If you have used the methods made available by the library, you would notice that in mo...00
DRDevindran Ramadassinhashnode.devindran.com·May 17, 2023 · 6 min readHow to improve memory allocation when creating HttpContentIn almost every application created in .NET, there will be a use case for making an outgoing HTTP call to an external resource. For some of these calls, especially when using POST and PUT verbs, a payload is usually attached to the HttpRequest object...00
DRDevindran Ramadassinhashnode.devindran.com·Jan 23, 2023 · 3 min readRecyclableStreamManager vs MemoryStreamsHi, in this article, I will discuss the common pitfalls developers encounter while using MemoryStreams and how a little-known library from Microsoft can help address this issue. Microsoft.IO.RecyclableMemoryStream Although it was introduced back in 2...00