O que é A2A, nunca ouvi falar ? O protocolo A2A (Agent-to-Agent) define um padrão aberto para expor e agents de IA por meio de APIs HTTP….
Tag: Microsoft
Workflow + Orchestration com “If”
O que é isso? Isso é um workflow em YAML do Foundry, geralmente usado para orquestrar fluxos de IA conversacional, integrando agentes e manipulando lógicas como…
New Foundry + Workflow process
Recentemente a Microsoft atualizou o UI do Foundry, A nova UI está muito mais simples e de cores diferentes. Essa nova UI destacou no menu…
Azure Load Testing + JMeter
I’m going to show on this article an Azure Load Testing being used with an existing JMX (JMeter file). Let first, let me show a…
AutoMapper vs Mapster vs No mapping
Recently I have been seeing some articles related to the performance, specially for AutoMapper vs Mapster. So I decided to run some performance tests and…
FlatBuffers vs JSON (Serialization compare)
Introduction FlatBuffers and JSON are essential tools for data serialization, offering unique benefits. JSON is human-readable and widely used, while FlatBuffers enable faster, more efficient…
The misunderstanding around PUT x PATCH
Over years working on development, I always had a doubt with the usage of the PATCH method. On this article I’m going to show an…
[Fast-Endpoints] Awesome Library to minimize APIs even more.
FastEndpoints is a library that follows the pattern of minimal APIs. If want to make a web API project even minimal, this lib is the…
[FromKeyedServices] Another approach of DI on controllers constructor
Since .NET 8 the annotation [FromKeyedServices] comes to show a new approach of dependency injection. With this annotation, we wouldn’t have to face a constructor…
Benchmark FrozenColletion + Database Read
It came to my knowledge about the FrozenCollection (System.Collections.Frozen) on .NET 8. This collection is something we need to get attention on. In this article,…