Blog

Entdecken Sie unsere neuesten Beiträge

SQL Logging
23. February 2025 | Allgemein
A comprehensive logging solution for SQL Server stored procedures that provides structured logging with different severity levels, automatic caller...
Ein Logging "Framework" für MSSQL
23. February 2025 | Allgemein
Eine umfassende Protokollierungslösung für SQL Server Stored Procedures, die strukturiertes Logging mit verschiedenen Schwerelevels, automa...
.NET 9.0 - .NET Maui from Frame to Border
20. February 2025 | Allgemein
Since .NET 9 the compiler warns “Frame” is obsolete: “Frame is obsolete as of .NET 9. Please use Border instead.”. Well, unfortunately, it is not p...
.NET 9.0 - .NET Maui von Frame zu Border
20. February 2025 | Allgemein
Seit .NET 9 warnt der Compiler "Frame" ist veraltet: "Frame is obsolete as of .NET 9. Please use Border instead.". nun gut leider geht es mi...
16. February 2025 | Allgemein
As a little finger exercise, I thought that a Visual Studio extension that explains the code would be good - thanks to OpenAI, that shouldn't be a ...
MSSQL Script: Move all LOG files in a DB
16. February 2025 | Allgemein
-- First, create a temporary table to store the file move operations CREATE TABLE #LogFileChanges ( DatabaseName sysname, LogicalFileName...
Rename MSSQL schema
11. February 2025 | Allgemein
Unfortunately, this is not so easy. But there is a way. First create the new schema: create schema {newschema}; go Now you...
MSSQL Script: Alle LOG Files in einer DB verschieben
11. February 2025 | Allgemein
-- First, create a temporary table to store the file move operations CREATE TABLE #LogFileChanges ( DatabaseName sysname, Logical...
Code compilation: How C# code magically becomes an EXE!
09. February 2025 | Allgemein
The question is how can I compile C# code on ‘the fly’ in .NET 9.0 As a demo, we will make a small programme that compiles any file with C# ...

Debug-Info:

  • CurrentPage: 1
  • TotalPages: 4
  • CurrentKategorie: 1
  • URL: /Blog?kategorie=1