Tagged: business-central
8 posts and 11 projects
Posts
One-Click Performance Analysis Inside Business Central
A BC extension that adds an 'Analyze with AL Perf' button to the Performance Profiler page. One click gives you hotspots, anti-pattern detection, and AI-powered insights without leaving Business Central.
Business Central on Linux? Here, hold my beer!
The full story of getting Microsoft Dynamics 365 Business Central running on Linux using Wine, including reverse engineering Windows APIs, fixing HTTP.sys, and achieving 65% faster CI builds compared to Windows.
How I Benchmark LLMs on AL Code
An in-depth look at CentralGauge, an open source benchmark for evaluating LLM performance on AL code generation for Business Central, covering task design, scoring methodology, and cross-model comparison results.
Native AL Language Server Support in Claude Code
Announcing native AL Language Server Protocol integration for Claude Code, giving the AI assistant real code intelligence for Business Central development including symbol navigation, references, and call hierarchy.
Exploring AI-Assisted Development: My Journey with Aider, ChatGPT, and Claude
Reflections on using AI coding assistants like Aider, ChatGPT, and Claude for Business Central AL development, covering the benefits, challenges, and lessons learned.
Flame graphs of BC call stacks
Introducing a free web service that converts Business Central call stacks into SVG flame graphs for performance analysis.
Lazy replication of tables with NodeJS, Custom APIs and Webhooks in Business Central (Part 1)
Part 1 of building a lazy table replication system for Business Central using Custom API pages, webhooks, and NodeJS to replicate data to external databases like MySQL or MongoDB.
Custom DotNet assemblies in AL
A quick guide on using custom .NET assemblies in AL code for Business Central, based on converting an MQTT client example from C/AL using txt2al.
Projects
AL Language Server for Claude Code
ActiveNative AL Language Server Protocol integration for Claude Code, bringing full code intelligence (symbol navigation, references, hover info, call hierarchy) to Business Central development with AI assistance.
CentralGauge - AL Code Benchmark for LLMs
ActiveAn open source benchmark for evaluating LLM performance on AL code generation for Microsoft Dynamics 365 Business Central, with 56 tasks across three difficulty tiers, real compilation, and test execution.
BC WebClient MCP Server
ActiveAn MCP server that enables AI assistants to interact with the Business Central web client, bridging AI tooling with BC's UI for automation and testing scenarios.
Business Central on ARM / Linux
ActiveA custom Wine build that enables Microsoft Dynamics 365 Business Central's service tier to run on Linux, achieving up to 65% faster CI builds compared to Windows containers.
tree-sitter-al
MaintainedA Tree-sitter grammar for the AL programming language used in Microsoft Dynamics 365 Business Central, enabling syntax highlighting and code analysis in editors and tools.
AL-Flamegraph
MaintainedA free web service that converts Business Central call stacks into SVG flame graphs for performance analysis and profiling.
AL Object ID Ninja MCP Server
ArchivedAn MCP server integration for the AL Object ID Ninja extension, enabling AI assistants to manage Business Central object ID ranges.
AL Perf Analyzer
ActiveA CLI, web app, MCP server, and library for analyzing Business Central .alcpuprofile files, detecting performance anti-patterns and hotspots with optional AI-powered explanations
AL Perf for Business Central
ActiveA Business Central extension that adds AI-powered performance analysis directly into the Performance Profiler page with one-click profile analysis
AL Call Hierarchy
MaintainedA Rust-based LSP server providing sub-millisecond call hierarchy queries for AL (Business Central) projects, powered by tree-sitter
Serena - AL Language Support
ContributionContributed AL (Business Central) language support to Serena, a semantic coding agent toolkit providing code intelligence via MCP server integration