Mode13h

or mode 19 in decimal

Recent Posts

Only make your C# methods async when needed

published on

C# async methods perform an allocation to start the async state machine. If your code has checks that don’t require async, try to separate the method’s code into sync and async portions.

Read More...

Custom Event Counter-based ASP.NET Core Health Check

published on

ASP.NET Core has built-in, customizable health check middleware. A utility can periodically probe the health endpoint to determine the health of the web app, which is useful if your web app is load-balanced or hosted in Kubernetes. This post is about implementing a custom health check that you can configure to track any Event Counter.

Read More...

More

Changing SQL Authentication Mode with PowerShell

Creating a custom DevTest Labs artifact for Visual Studio 2019

Cadence Java Samples on Windows

Running Cadence on Windows

Workflow Manager Internals - Topics

Architecting enterprise applications before .NET Core

Checking contents of ServiceBus brokered messages

Why choose .NET Core?

All Posts