d365fo
Running Batch Jobs in X++
How to create and schedule batch jobs in D365FO using X++ — from the basic RunBase pattern to the modern SysOperation framework.
Practical writing on D365FO, Android, and C# .NET — things I figure out and want to remember.
How to create and schedule batch jobs in D365FO using X++ — from the basic RunBase pattern to the modern SysOperation framework.
A practical guide to managing UI state in Jetpack Compose using ViewModel, StateFlow, and the unidirectional data flow pattern.
How to build clean ASP.NET Core Minimal APIs using the Result pattern to avoid throwing exceptions for control flow.