Author's posts
Permanent link to this article: https://www.dvlprlife.com/2025/12/feeling-behind-looking-ahead/
Permanent link to this article: https://www.dvlprlife.com/2025/12/protected-variables-in-business-central-al/
Permanent link to this article: https://www.dvlprlife.com/2025/12/delete-orphaned-extension-data-in-business-central/
Permanent link to this article: https://www.dvlprlife.com/2025/12/package-resources-in-extensions-and-access-them-from-al/
Permanent link to this article: https://www.dvlprlife.com/2025/12/control-add-in-object-in-business-central/
The December updates for Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade and ensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply the update. Please note that …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2025/12/december-2025-cumulative-updates-for-dynamics-365-business-central/
Grab your coffee and favorite snack, throw on some chill music, and let me tell you about the little Sunday experiment that reaffirmed to me that dev, as we know it, is dead. Well, I wouldn’t call it dead exactly — it’s evolving into something new. Read on to find out how and why. The …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2025/12/sunday-vibes-vibe-coding-my-pi-hole-display/
Events Subscriptions in Business Central In Business Central, event subscriptions allow extensions to hook into core application logic, enabling customization without modifying base code. The publisher declares an event at an occurrence in the application. An event publisher method has a signature only and doesn’t execute any code. The publisher exposes an event to subscribers, …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2025/12/binding-event-subscriptions-in-business-central/
What Is A Page Background Task In Business Central? A Page Background task is a technique for enhancing performance in Business Central. This method allows us to execute lengthy or resource-intensive reading processes asynchronously in the background without disrupting the user interface. Page Background tasks speed up page load times; as a result, users can …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2025/11/page-background-tasks-in-business-central/
Why I Monitor GitHub Repositories A GitHub commit represents a snapshot of changes made to files in a repository. I follow several repos closely so I can spot new updates, additions, or experiments as they happen. Being on top of these changes helps me stay up-to-date with ongoing developments—especially in projects I rely on or …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2025/11/adding-github-commits-to-an-rss-feed/