›_ 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

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
02

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
05

Method Overloading with Record and RecordRef in AL for Business Central 2025 Wave 1

Introduction With Business Central 2025 Wave 1 (BC 26), Microsoft introduced significant improvements to the AL language. One of these enhancements is method overloading combined with implicit conversion between Record and RecordRef. These improvements simplify development, providing greater flexibility and cleaner code. In this post, we’ll explore practical patterns and...

PS> Read-Post -FullContent