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

Write-Output "Deep Dive into Business Central Development"

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

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
02

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
03

The Power of Templates - Using Meta Prompting to Create Effective Prompts for Recurring Tasks

The Power of Templates - Using Meta Prompting to Create Effective Prompts for Recurring Tasks May 28, 2025 Flemming Bakkensen Welcome to the third installment in our series on practical prompt engineering for Business Central consultants! If you’re just joining us, I recommend checking out our previous posts: Why Prompt...

PS> Read-Post -FullContent
04

Laying the Groundwork - Understanding Input and Output Formats for AI Success

Welcome back! In our ever-evolving tech landscape, Artificial Intelligence (AI) isn’t just a buzzword anymore; it’s rapidly becoming an indispensable co-pilot in our daily tasks. Whether you’re architecting robust Business Central solutions, streamlining complex business processes, or enhancing how you connect with clients, knowing how to talk to AI effectively...

PS> Read-Post -FullContent