Convert UnixTime to DateTimeOffset with a custom System.Text.Json Converter
Some APIs do not follow standards, ignore ISO8601 and return UnixTime. This is not nice, but can be easily fixed with a custom converter for System.T
Some APIs do not follow standards, ignore ISO8601 and return UnixTime. This is not nice, but can be easily fixed with a custom converter for System.T
A little more than three months ago, Microsoft integrated a new functionality into Visual Studio 2022: Build Acceleration. This mechanism, which can
I often see snippets in EF Core code reviews such as the following: dbContext.Users.Where( user => user.Id == id ); The query filter user => u
Unit testing is a type of software testing that is performed on the smallest unit of a software application, called a "unit". A unit can be
In many software architectures the problem exists that there are methods, which are specified a multiplicity of type-same parameters, whose meaning i
In the field of software development, data transformation plays a key role in ensuring that information flows seamlessly between different components
String formatting is a common task in software development and allows you to create dynamic and informative output. Traditional approaches such as st
Noch ein halbes Jahr bis zum Release von .NET 8 - Zeit sich anzuschauen, was wir neues erwarten dürfen. LTS Release .NET 8 ist erneut ein LTS-Release
Version numbers have always been a rather weird maintained matter under Windows; however, it became particularly bad with Windows 10, respectively 11
Azure Pipelines inherently provides the ability for PowerShell scripts to be defined and executed inline. - task: AzureCLI@2 displayName: Bicep app