Are Design Patterns dead?

Are Design Patterns dead?

TLDR: No, of course they’re not dead. It’s just that people are lazy. Slightly longer version: I’ve been thinking a lot lately about writing a new post. Fantasizing, perhaps, is a better word for it. But every time I could not find the right topic, and of course I didn’t...

3 minute read
How to add Azure Key Vault to an Azure Function

How to add Azure Key Vault to an Azure Function

Hi All! Today we’ll see how to integrate Azure Key Vault in an Azure Function and use it as a configuration provider. As a rule of thumb, things like connection strings, API keys, all sorts of credentials, should never be stored in plain text in our sources. Nowadays, it’s all...

2 minute read
.NET How-Tos: find all application Assemblies

.NET How-Tos: find all application Assemblies

First post of the year! I’ve decided to start a new Series and write about small .NET tricks and tips. Today we’ll see how we can programmatically find all the Assemblies loaded by our Application. Why? Well, for example in libraries there’s often the need to find all the types...

2 minute read