›_ Windows PowerShell × blog.ps1 × +
fbakkensen@BCDEV: ~\ALProjects\BCBlog
×
BC Development .ps1
PS C:\Blog>

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts32· Updated2026-05-11
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
01

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 GitHub Copilot agent, which can be activated directly from a...

PS> Read-Post -FullContent
02

Cross-Platform AL Build Automation: Unified Makefile and Modular Scripts for Business Central Extensions

Problem When working with agentic code tools like GitHub Copilot, one crucial way to guide the tool is ensuring that the application actually compiles without errors from code analyzers. This validates the syntax and provides immediate feedback on code quality. This blog post focuses on implementing a make file and...

PS> Read-Post -FullContent
04

Supercharging Business Central Development with Microsoft Docs MCP Server and GitHub Copilot

As a Business Central developer, finding the right information quickly can make the difference between a productive day and hours of searching through documentation and code. Today, I want to share how I’ve enhanced my development workflow using MCP (Model Context Protocol) servers with GitHub Copilot for VS Code. What...

PS> Read-Post -FullContent
05

Ace Your Interviews - Prompting for Effective Customer Interaction Preparation

Welcome to the fourth installment in our series on practical prompt engineering for Business Central consultants! If you’re just joining us, catch up on our journey so far: Why Prompt Engineering is Your New Super Power as a Business Consultant, Laying the Groundwork - Understanding Input and Output Formats for...

PS> Read-Post -FullContent