In today’s super competitive digital space, most companies need solutions that are kind of tailored, like to fit their own ...
For the fourteenth year in a row, I am organizing an info day for software architects and developers in the .NET environment again in 2026, which will again take place as a one-day online event this ...
Microsoft has released out-of-band updates to address a security vulnerability in ASP.NET Core that could allow an attacker to escalate privileges. The vulnerability, tracked as CVE-2026-40372, ...
Understand the key advantages of Razor Pages in ASP.NET Core for building real-world web applications Learn how features like dependency injection, configuration, and environment awareness improve ...
Earlier this week, Microsoft patched a vulnerability that was flagged with the "highest ever" severity rating received by an ASP.NET Core security flaw. This HTTP request smuggling bug (CVE-2025-55315 ...
CVE-2025-55315 is an HTTP request smuggling bug leading to information leaks, file content tampering, and server crashes. Microsoft’s October Patch Tuesday updates addressed a critical-severity ...
Google announced they are deprecating the current CrUX dashboard for Core Web Vitals visualization and promoted the CrUX Vis alternative. Google has announced that the CrUX Dashboard, the Looker ...
A learning project based on event-driven, asynchronous Microservice Architecture using ASP.NET Web Api, Docker, Kubernetes, RabbitMQ and gRPC. This is my PET project — ASP.NET Core web APIs built as ...
Google appears to have updated its Core Web Vitals metrics within Google Search Console a few days ago. The weird thing is that good URLs and URLs need improvements metrics all went down around that ...
Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, ...
When you’re dealing with Web APIs or REST APIs, it’s important to keep the endpoints secure. One common way to do this is by using something called API Keys. API Keys are special codes that serve as a ...