.NET Apps: Reactive Programming
“Reactive programming in .NET - Efficiently using the Rx library”
“Reactive programming in .NET - Efficiently using the Rx library”
“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...