Stefan Maron | #msdyn365bc MVP

@stefanmaron.com

🚀 Dynamics 365 BC Dev | #msdyn365bc MVP 🏅 | #CleanCode Advocate | Code & Content: github.com/StefanMaron StefanMaron.com 🎥 youtube.com/@stefanmaron

🔧 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

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