Increasing Dapper’s PerformanceMany times we start writing code and overlook details that can affect the performance of our system. We believe that the performance issue…Jul 5Jul 5
Implementing a MultiTenancy Solution with NHibernateMultiTenancy, or multitenant, is a fundamental concept in modern software architectures, allowing a single instance of software to serve…Jul 5Jul 5
Allocating classes on the StackMore and more, we look for ways to avoid pressure on the GC and increase the performance of our applications. If we look at our code, we…Mar 27, 2023Mar 27, 2023
How can a simple parameter save memory?It’s been a while since I’ve written anything, so I decided to start a small series on performance in .NET code. And to debut the series…Jan 12, 2022Jan 12, 2022
Pensando em performance — Parte 1Tem um tempinho que não escrevo nada, então resolvi começar uma pequena série sobre performance em códigos .NET.Mar 2, 20211Mar 2, 20211
Usando o Liveness e Readiness com Asp.net CoreOpa, depois de algum tempo parado resolvi voltar a escrever e vou começar com um assunto bem na moda… Kubernetes. Tenho visto muitas…Nov 3, 2020Nov 3, 2020
Using SonarQube in Azure Container InstancesHi! In this article, I'm going to talk about SonarQube running at Azure Container Instances and using Azure SQL for persistent data. This…Oct 22, 20191Oct 22, 20191