PS> Write-Output "Deep Dive into Business Central Development"
Welcome to BC Nerd, your go-to resource for mastering the technical facets of Microsoft Dynamics 365 Business Central. Our blog offers in-depth explorations into AL development, integration strategies, performance optimization, and the latest industry shifts. Whether you're a seasoned developer or just starting out, you'll find valuable insights and practical solutions to elevate your Business Central projects.
PS C:\ALProjects\BCBlog> Write-Host ("-" * 80) -ForegroundColor DarkGray
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
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...
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...
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....
Natural language interfaces for Business Central data access are now possible via Azure OpenAI. This post reviews a prototype repo, CopilotAllTablesAndFields, that exposes Business Central tables through three AOAI functions. The goal is to prove technical feasibility, not deliver a...
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...