I hadn’t realised that Data Braider is now free for #MSDyn365BC If you’ve ever bemoaned the very basic APIs that are available out of the box in BC, it’s the extension for you Thanks @bc.jeremy.vyska.info and @stefanmaron.com
Stefan Maron | #msdyn365bc MVP
@stefanmaron.com
🚀 Dynamics 365 BC Dev | #msdyn365bc MVP 🏅 | #CleanCode Advocate | Code & Content: github.com/StefanMaron StefanMaron.com 🎥 youtube.com/@stefanmaron
🎉 We’ve added 30 new webinar transcripts to 🎉 Now you can easily browse, search, and revisit all our Business Central insights whenever you want. Super useful if you missed a session or want quick answers without watching the full webinar 👇 areopa.academy #BusinessCentral #Dynamics365 #Learning
areopa.academy – Microsoft Dynamics 365 Business Central Expert Webinars
areopa.academy
Going live on YouTube. Taking a real published AppSource extension and asking: how good can AL code actually get? Running the analyzers, walking through the findings, exploring what ISO 5055 reveals that most of us never think about. 👇 youtube.com/live/JI5KlMx...
How Good Can AL Code Get? — A Live ISO 5055 Review
YouTube video by Stefan Maron
youtube.com
One Sunday afternoon playing with my daughter, I wondered: what if you could run AL tests directly — without a container? A few weeks later: AL Runner. 3,400 test cases. ~30 seconds. Big thanks to Steve Endow, @dvlprlife.bsky.social, @bc.jeremy.vyska.info and more! 👉 stefanmaron.com/posts/al-run...
AL Runner: Run AL Unit Tests Without a BC Service Tier | Stefan Maron | Business Central & AL Development
A standalone CLI tool that transpiles your AL source to C#, rewrites BC runtime types to in-memory mocks, and executes your test codeunits in seconds — no container, no SQL Server, no license required...
stefanmaron.com
Looking for some volunteers to test my latest project. Expect errors and report them please, if this will be finished you can get test results from a pipeline without creating a container at all. #msdyn365bc github.com/StefanMaron/...
GitHub - StefanMaron/BusinessCentral.AL.Runner
Contribute to StefanMaron/BusinessCentral.AL.Runner development by creating an account on GitHub.
github.com
Part 3 of my Claude Code dev container series is up One container, swappable profiles — AL dev, Python, investigation, whatever. Mount the right config folder and Claude thinks it's home. ▶ youtube.com/live/LuAHCXi...
Swappable Claude Profiles: Per-Project Configs via Container Mounting (Part 3)
YouTube video by Stefan Maron
youtube.com
Claude Code refused to escape its sandbox. Framed the same goal as "fix the firewall blocking my push" and left it running. It ran the script — re-applied the default rules, cut off its own API connection. Locked itself out for 7 minutes. stefanmaron.com/posts/claude...
Claude Code in a Standalone Docker Container: Building a Real Sandbox (Part 2) | Stefan Maron | Business Central & AL Development
After the VS Code IPC escape problem killed Part 1's security model, Part 2 builds a standalone Docker image that drops VS Code entirely — with a working iptables firewall, auth persistence, per-langu...
stefanmaron.com
🔴 Streaming now — Part 2 of securing Claude Code in a container Turns out VS Code Dev Containers have an IPC escape problem that's hard to fully patch. So we're ditching VS Code and going plain Docker. ▶️ youtube.com/live/y5rOAnA... #BusinessCentral #ClaudeCode #Docker
Can You Actually Trust Claude Code in a Container? Security Deep Dive + Going Standalone (Part 2)
YouTube video by Stefan Maron
youtube.com
Had a great chat with @arthurvdv.bsky.social today on stream about ALCops — his complete rethink of LinterCop for #msdyn365bc Six domain-specific analyzers, NuGet, and an MCP server so your AI coding agent can analyze and fix AL code directly. stefanmaron.com/posts/introd...
Introducing ALCops — LinterCop's Next Chapter | Stefan Maron | Business Central & AL Development
Arthur van de Vondervoort announces ALCops, a complete rethink of BusinessCentral.LinterCop: six domain-specific AL analyzers distributed via NuGet, a new VS Code extension, and an MCP server for AI t...
stefanmaron.com
New post: Cut the BC Code History pipeline from 5+ hours to 90 minutes. ZIP central directory + Azure Blob Storage range requests = download 120MB instead of 2GB per country. In-memory decompression, no Expand-Archive. stefanmaron.com/posts/optimizing-bc-code-history-range-requests/
Optimizing BC Code History Downloads with HTTP Range Requests | Stefan Maron | Business Central & AL Development
Fixing silent failures in the BC Code History pipeline, then cutting daily runs from 4–5 hours to under 90 minutes with partial ZIP downloads via HTTP Range requests.
stefanmaron.com
Cleared my YouTube back catalogue — 26 coding streams — by having Claude Code write blog posts from the transcripts and video frames while I was away from the PC. Total runtime: 2h 34m 42s. I came back, reviewed, and pushed. stefanmaron.com/posts/turnin... #msdyn365bc #BusinessCentral #ClaudeCode
Turning My Coding Streams Into Blog Posts (With a Little Help From Claude) | Stefan Maron | Business Central & AL Development
How a Claude Code skill converts YouTube coding streams to structured blog posts — auto-extracting captions, screenshots, and doc links for 26 BC stream
stefanmaron.com
⌛️⌛️⌛️⌛️⌛️ Some #msdyn365bc operations will always take time — but the UI doesn’t have to freeze because of it. Learn how to improve perceived performance with smart offloading techniques. 🎤 @thedoubleh.dev & @stefanmaron.com ▶️ Watch: www.youtube.com/watch?v=D7Gx...
20260223 - If You Can’t Make It Fast, Make It Feel Fast
YouTube video by Areopa webinars
youtube.com
This Friday 16:00 CET 🎙️ Going live with @arthurvdv.bsky.social to introduce ALCops — the evolution of LinterCop I originally created. 6 domain-specific analyzers. NuGet. alcops.dev. A proper rethink of AL code quality. Come ask questions live 👇 youtube.com/live/tMqCSib...
ALCops.dev
A community driven collection of code analyzers for the AL programming language of Microsoft Dynamics 365 Business Central.
alcops.dev
You've been asking how to get started with Claude Code for AL dev. Let's build it live — a plug & play dev container. Clone and go. Plus: running AI safely so it can't wreck your repo. → youtube.com/live/ecYXnXU... #BusinessCentral #ALDevelopment #ClaudeCode
Let's Build a Plug & Play Claude Code Setup for AL Development - The Business Central Coding Stream
YouTube video by Stefan Maron
youtube.com
Running a workshop at BC TechDays 2026 with @chovenbitzer.bsky.social! Step by Step: Evolving a Solution Using Coding & Architecture Patterns June 9 & 10 | Level 300–400 Real problems. Patterns that actually make sense. www.bctechdays.com/event #MSDyn365BC #BCTechDays #ALDev
🎉 MSDyn365BC.Sandbox.Code.History update! Now intelligently handles late hotfixes by inserting them at the correct position in git history using rebase. ⚠️ Local branches may need updating - easy one-liner scripts in the post! #BusinessCentral #MSDyn365BC 📝 stefanmaron.com/posts/blog-p...
MSDyn365BC.Sandbox.Code.History - Late Hotfix Handling | Stefan Maron blog
Technical blog about Business central stuff
stefanmaron.com
AL MCP Server v2.2 is live! 🎉 ✅ 16 tools → 6 tools ✅ 70% token reduction ✅ Zero feature loss ✅ All functionality preserved Make your AI assistant smarter about Business Central development. github.com/StefanMaron/AL-Dependency-MCP-Server #BusinessCentral #MCP #AI #ALDevelopment
Join me and @thedoubleh.dev on #directionsEmea2025 in Poznan this November to learn about what you can do to improve performance when you have already applied all the usual patterns ;) #msdyn365bc
🔧 AL MCP Server: Make AL symbols visible to AI! AI can't see AL packages/dependencies. This fixes that. ✅ AI understands your AL codebase ✅ Smart suggestions ✅ npx al-mcp-server Works with Copilot, Claude Code, Cursor. 👉 github.com/StefanMaron/AL-Dependency-MCP-Server #msdyn365bc #AI
GitHub - StefanMaron/AL-Dependency-MCP-Server
Contribute to StefanMaron/AL-Dependency-MCP-Server development by creating an account on GitHub.
github.com
Join me and @sshadows.dk on Directions Emea in Poznan this November and see how we forced the Business Central Server into a Penguin Suite and what results we discovered! #msdyn365bc
Upcoming Stream: Intro to Claude code / AI assisted Coding - with @tinestaric.bsky.social - The Business Central Coding Stream Friday 29th Aug - 16:00 UTC+2 #msdyn365bc www.youtube.com/live/sylN3q4...
Intro to Claude code / AI assisted Coding - with Tine Starič - The Business Central Coding Stream
Streaming all kinds of coding for Microsoft Dynamics 365 Business Central. Join me to just hang out or tell me what I am doing wrong ;) Today I have Tine with me, a fellow MVP, and this episode will ...
youtube.com
My 1st renewed as an MVP 🥳 Its an honor as always. Lets continue the work in our small #msdyn365bc community. And congratulations to my fellow MVPs #mvpbuzz
Just published: “How to Set Up a New Business Central App – The 100% Correct Way” ✅ Template-first ✅ Linter setup (AppSource + PTE Cop) ✅ AL-Go + rulesets + automation No shortcuts. This is the clean, scalable way. 📖 Read here: stefanmaron.com/posts/how-to... #msdyn365bc
How to Set Up a New Business Central Development Project – The 100% Correct Way | Stefan Maron blog
Technical blog about Business central stuff
stefanmaron.com
🚫 No shortcuts. Just the right way. 🔧 Starting a new blog series on Business Central development — focused 100% on clean, compliant, upgrade-safe code. This is for developers who want to build apps the right way. stefanmaron.com/posts/introd... #msdyn365bc #BusinessCentral #CleanCode
Introducing the “No Shortcuts” Series: The 100% Correct Way to Develop for Business Central | Stefan Maron blog
Technical blog about Business central stuff
stefanmaron.com
How can just in time loads be faster than a full record load? After all, this means two queries reading the same table. And two are slower than one, right? Right, but only if we allow these two queries to run until completion. www.keytogoodcode.com/post/jit-loa...
JIT loads vs Full record load
Since the time when I came across this post by Waldo (or actually, he mentioned his test results in one online discussion) I was curious to try it myself and dig into its unexpected results. The quest...
keytogoodcode.com
#msdyn365bc .Sandbox.Code.History (and onPrem as well) is already updated with the branches for v26 github.com/StefanMaron/... github.com/StefanMaron/...
GitHub - StefanMaron/MSDyn365BC.Sandbox.Code.History at w1-26
Contribute to StefanMaron/MSDyn365BC.Sandbox.Code.History development by creating an account on GitHub.
github.com