How to store sensitive configuration data
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
Kamil Grzybek is a software architect and engineering leader with 15+ years of experience solving complex business problems. He specializes in enterprise systems, .NET, Domain-Driven Design, and knowledge sharing through consulting, training, and mentoring.
27 articles from this blog
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
Explains the Cache-Aside Pattern for performance optimization and demonstrates its implementation in .NET Core using IMemoryCache.
Advice for companies on maximizing programmer productivity by providing proper hardware, tools, and a creative work environment.
A developer shares 10 frequently violated clean code principles, covering naming, comments, duplication, and formatting.
Explores three methods for publishing and handling Domain Events in Domain-Driven Design, focusing on .NET architecture.
Explains how to integrate Hangfire for background job processing with MediatR for command handling in .NET applications.
Compares transactional vs eventual consistency for processing multiple aggregates in Domain-Driven Design, highlighting performance and scalability trade-offs.