Using GroupDocs.Annotation Cloud .NET SDK simplifies the process of adding area annotations to PowerPoint presentations. Developers can emphasize content, provide feedback, and collaborate efficiently...
During 11 years of my professional experience, I have faced a lot of issues and pitfalls.
I made mistakes, learned from them and became better as a developer.Today I want to share with you the top 15 ...
Você sabia que usar Substring() ou ToArray() pode deixar seu código mais lento e consumir mais memória do que deveria? O Span resolve isso!No artigo, explicamos por que o Span é mais rápido, most...
I know there are several options for logging crashes in .NET MAUI mobile apps. Google Firebase Crashlytics API being among one of the most popular platforms. However, I wanted to implement a really si...
Sick of flaky integration tests?
You run your tests once — they pass. Run them again — they fail. Maybe the third-party API timed out. Or the response changed. Or your internet blinked. I...
Introduction to Azure Service Bus
Azure Service Bus is a fully managed enterprise message broker that facilitates reliable communication between applications and services, both in the cloud a...
Introdução ao Azure Service Bus
O Azure Service Bus é um message broker empresarial totalmente gerenciado que permite comunicações confiáveis entre aplicações e serviços, tanto em am...
In the previous post, we set up a basic .NET 9 Web API project. Now it’s time to take things further by adding global error handling and logging to make our API more robust.In this post, we’ll cov...
As the .NET ecosystem continues to evolve, so should our approach to architecture, tooling, and mindset. The practices that worked five years ago may now be holding us back. Here’s a curated list of...