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

Write-Output "Deep Dive into Business Central Development"

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

Claude Sonnet 4 in GitHub Copilot vs. Claude Code — What Developers Need to Know

If you pick the same model in two different tools, you won’t get the same experience. Claude Sonnet 4 is the one example: in Claude Code (Anthropic’s native experience) you get large context and explicit control over extended thinking; in GitHub Copilot you get a managed, IDE‑first product with smaller context,...

PS> Read-Post -FullContent
02

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
03

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
05

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