.NET Apps: Redis Distributed Locking
“Distributed locking in centralized cache management system like redis which helps maintain integrity and consistency throughout all microservices.”
“Distributed locking in centralized cache management system like redis which helps maintain integrity and consistency throughout all microservices.”
“Dealing with the unavoidable eventuality of storing sensitive information and leveraging IDataProtector data protection APIs to solve the problem at hand.”
“We tend to expose the internal IDs in a system, therefore trying to prevent exposing the same via hashing”
“Enabling dependency injections of multiple implementations of the same interface in .NET Apps. 2 ways to implement multiple implementations of the same inte...
“Enabling dependency injections and analyzing the auto-scaling in Azure Function Apps”