Guilherme Sant' Anna
Guilherme Sant' Anna banner

Software Engineer

Responsive portfolio and blog with cleaner homepage sections, official learning links, GitHub activity, and .NET news updates.

Last site update: 2026-04-25

Learning Links

Latest Posts

Updated dates are shown on posts and news

Example – Intercepting a Payment Process

Interceptors in C# 14 allow developers to intercept or replace method calls at compile time. This makes it possible to add behaviors such as logging, validation, and monitoring without modifying the original code. Unlike traditional approaches that rely on reflection or dynamic proxies, interceptors work during compilation, which improves performance and keeps the codebase cleaner. This feature opens the door to compile-time metaprogramming in .NET, enabling more powerful frameworks and cleaner architecture patterns.

Read more

Welcome to my engineering blog

The first post of the portfolio CMS.

Read more

Latest .NET News

Source: Microsoft Dev Blogs

What’s new for .NET in Ubuntu 26.04

Ubuntu 26.04 (Resolute Raccoon) ships today with .NET 10. Here's how to install .NET 10 from the archive, use the new -resolute container tags, build Native AOT apps, and install ....

.NET 10.0.7 Out-of-Band Security Update

We are releasing .NET 10.0.7 as an out-of-band security update to address CVE-2026-40372. The post .NET 10.0.7 Out-of-Band Security Update appeared first on .NET Blog....

Writing Node.js addons with .NET Native AOT

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# usin...

Pin Clustering in .NET MAUI Maps

.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and...

GitHub Activity

@svcguilherme

View profile
Loading public activity...