Blog

Discover our latest posts

SQL Logging
SQL Logging
February 23, 2025 | SQL
A comprehensive logging solution for SQL Server stored procedures that provides structured logging with different severity levels, automatic calle...
.NET 9.0 - .NET Maui from Frame to Border
February 20, 2025 | C#
Since .NET 9 the compiler warns “Frame” is obsolete: “Frame is obsolete as of .NET 9. Please use Border instead.”. Well, u...
Rename MSSQL schema
Rename MSSQL schema
February 11, 2025 | SQL
Unfortunately, this is not so easy. But there is a way. First create the new schema: create schema {newschema}; go N...