Blog
Entdecken Sie unsere neuesten Beiträge
SQL Logging
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
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
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
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...
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
-- First, create a temporary table to store the file move operations
CREATE TABLE #LogFileChanges (
DatabaseName sysname,
LogicalFileName...
Rename MSSQL schema
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
-- 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!
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:
- URL: /Blog?page=1