Redis Distributed Locking in .NET: Ensure Data Consistency Across Microservices
Distributed locking with Redis and RedLock.net to maintain data integrity and consistency across microservices in .NET.
Distributed locking with Redis and RedLock.net to maintain data integrity and consistency across microservices in .NET.
Dealing with the unavoidable eventuality of storing sensitive information and using IDataProtector data protection APIs to solve the problem at hand.
Prevent exposing internal database IDs in your .NET APIs by using hash-based ID obfuscation techniques.
Two practical approaches to registering and resolving multiple implementations of the same interface using .NET dependency injection.
Enabling dependency injection and analyzing auto-scaling behavior in Azure Function Apps with .NET.