Blog

Discover our latest posts

How Typing "Ö" Teleported Me to Greenland (and Why I Want to Stay There)
May 29, 2026 | .NET MAUI
It was a perfectly ordinary Saturday. The sun was beating down mercilessly. The 24 Hours of Nürburgring had just started. I was sitting in front...
SQL Plan Advice: Analysen teilen per Link
May 29, 2026 | SQL
SQL Plan Advice: Now with a Share Feature We’ve all been there: You’re stuck with a slow SQL query, have the execution plan in front o...
Asynchronous email delivery via Service Broker
May 24, 2026 | SQL
Classic scenario: you have a stored procedure that does something (creates an order, registers a user, whatever) and at the end an email needs to go ...
MSSQL Performance Skript
May 24, 2026 | SQL
  A short script to test the performance of an SQL Server.    /* =========================================================...
MistralAI.Client
January 27, 2026 | C#
Features Complete API Coverage : Chat completions, embeddings, models, files, fine-tuning, batch jobs, and more Streaming Support ...
C# 14: Performance-Friendly Increment Operators!
August 13, 2025 | C#
From time to time, custom classes with ++ and -- operators are necessary. The more or less big problem with this has been that it's somewhat... w...
The "Why-Doesn't-My-Scanner-Work" Drama
July 20, 2025
That's exactly what happened to me while building my Buchmoment app ! I wanted to create a cool feature to scan books by barcode (because who wants ...
Enterprise SQL Server Index Maintenance: Multi-Database Automation with Email Reporting
June 21, 2025 | SQL
Modern database environments require sophisticated maintenance strategies that can handle multiple databases efficiently while providing comprehensiv...
String.Create
June 14, 2025 | C#
When it comes to performance in .net then String.Create is a friend. String.Create creates a string very quickly and with minimal memory overhead....
Page 1 of 2