Writing Fast AL Code: Lessons from a Byte-Crunching Hot Path
Most AL code doesn’t need to be fast. You read a few records, run some business logic, post a document — the database round-trips dominate,
Most AL code doesn’t need to be fast. You read a few records, run some business logic, post a document — the database round-trips dominate,
I recently got my hands on some very fresh bits of Business Central functionality, never seen by the public before. This is the AI-driven future
Sometimes you fall over a features in the AL language that see so little use that it’s forgotten by… well, at least me. Check out
With BC28, we got more control over which indexes are maintained and which ones are not. Check out the video to see how you can
Sometimes, app developers want a bit of fun, and that can sometimes result in “easter eggs” in software. Check out this video if you want
With the latest version of the AL tools in Visual Studio Code, we have gained a new way to get symbols – Via NuGet. Check