EF Core 10 Turns PostgreSQL into a Hybrid Relational-Document DB

Modern .NET applications increasingly need to store data that doesn’t fit neatly into relational tables, whether it’s per-tenant custom fields, evolving product attributes, or external API payloads. Before EF Core 10, handling this kind of flexible data meant awkward modeling workarounds, raw JSON text columns, or scattered NoSQL side-stores. In this blog, I’ll show you […]
Manufacturing Certainty: Load Testing with Azure Load Testing

Does your business operate software that sees unpredictable (or even predictable) spikes in traffic? Do these spikes give you anxiety about how your technology will perform? If you answered yes to both of these, I highly recommend that you consider load testing the performance capacity of your technology infrastructure before it becomes a production issue. […]