PS> Write-Output "Deep Dive into Business Central Development"

PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
Copilot / AL / Automation / GitHub Actions

Setup Github Copilot Agent For AL

Introduction Imagine a world where you can hand off a GitHub issue to an AI agent, and it autonomously develops the code, fixes the bug, and creates a pull request for you to review. This is the power of the...