Tag: VS Code

Microsoft Dynamics 365 Business Central: Update your AL code to the new No. Series Module

In the recent 2024 Release Wave 1 update for Microsoft Dynamics 365 Business Central, Microsoft introduced the Business Foundation layer. This new foundation layer continues their ongoing effort to modularize and enhance the software architecture. They are breaking down the monolithic structure into smaller, more coherent, and related modules, which improves the system’s maintainability and …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2024/05/microsoft-dynamics-365-business-central-update-your-al-code-to-the-new-no-series-module/

Tag a Commit with Git in VS Code

A Git Tag is a reference to a specific point in Git history. It marks specific releases or versions of your codebase, allowing easy recall of the exact code associated with that Tag. A Tag may track software version releases, identifies significant changes, or annotate a point in the project’s history. Git Tags are immutable; they cannot be changed once they …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2023/02/tag-a-commit-with-git-in-vs-code/

It’s Friday – November 11

Permanent link to this article: https://www.dvlprlife.com/2022/11/its-friday-november-11/

It’s Friday – November 04

Permanent link to this article: https://www.dvlprlife.com/2022/11/its-friday-november-04/

It’s Friday – October 28

Permanent link to this article: https://www.dvlprlife.com/2022/10/its-friday-october-28/

It’s Friday – September 30

Permanent link to this article: https://www.dvlprlife.com/2022/09/its-friday-september-30/

It’s Friday – September 23

Permanent link to this article: https://www.dvlprlife.com/2022/09/its-friday-september-23/

Make life easier with Visual Studio Code Snippets

Snippets in Visual Studio code are templates that make it easier to enter repeatable code patterns or blocks. They’re a helpful timesaver when developing applications. I have found significant time savings within Business Central with Snippets for page and table field templates. Visual Studio Code has several built-in Snippets, extension publishers may include Snippets, and …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/make-life-easier-with-visual-studio-code-snippets/