alguidelines/content/_index.md
2025-11-10 12:47:46 +01:00

250 lines
No EOL
8.3 KiB
Markdown

---
title: "ALGuidelines.dev"
linkTitle: "ALGuidelines.dev"
description: "Design Patterns and Guidelines for AL development for Microsoft Dynamics 365 Business Central"
images: ["images/og-image-fission.png"]
---
<div class="hero">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-xl-7 col-lg-6 col-md-6 hero-section-mobile">
<h1 class="hero-title">
Guidelines and Patterns<br />
for Development for<br />
Microsoft Dynamics 365 Business Central
</h1>
<img
class="img-fluid hero-banner show-mobile-big"
src="/images/brainstorming-team-meeting_38894532.png"
alt-text="Teamwork Graphic"
/>
<br />
<a href="https://www.youtube.com/watch?v=CWpaD9RUa6U"
><button class="hero-big">
<i class="fab fa-youtube"></i>&nbsp;&nbsp; Watch the Launch
</button></a
>
</div>
<div class="col-xl-5 col-lg-6 col-md-6 show-desktop-big">
<img
class="img-fluid hero-banner"
src="/images/brainstorming-team-meeting_38894532.png"
alt-text="Teamwork Graphic"
/>
</div>
</div>
</div>
</div>
<div class="body-container">
<div class="container">
<br />
<div class="row">
<div class="col-lg-5">
<h2 class="section-title">Design Patterns?</h2>
<p class="section-text-bold">
A "Design Pattern" is a software design template to solve common development needs.
</p>
<p class="section-text">
This site is community run and Microsoft endorsed.
</p>
<a href="/docs"
><button class="hero-mid">Learn More</button></a
>
</div>
<div class="col-lg-7">
<img
class="img-fluid show-mobile-margin"
src="/images/body-img-1.png"
alt-text="Design Patterns Banner"
/>
</div>
</div>
</div>
</div>
<div class="wide-image show-desktop">
<img src="/images/wave.webp" class="big-waves" />
</div>
<div class="body-container push-up">
<div class="container">
<div class="row">
<div class="col-lg-12 center-text" style="margin-bottom: 50px">
<h2 class="section-title">Benefits</h2>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<h2 class="section-text-bold"><i class="fas fa-retweet"></i></h2>
<h4 class="section-text-bold">Repeatability</h4>
<p class="section-text">
By using consistent patterns and best practices, code is far more reusable across diverse projects.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<h2><i class="fas fa-people-carry"></i></h2>
<h4 class="section-text-bold">Teamwork</h4>
<p class="section-text">
If all code uses design patterns and best practices, it's simpler for new team members to ensure
that code is correct, as well as making it easier to jump into a project.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<h2><i class="fas fa-rocket"></i></h2>
<h4 class="section-text-bold">Performance</h4>
<p class="section-text">
Many design patterns and best practices are also heavily focused on ensuring compliance with
the latest performance recommendations to get the most out of every system.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="wide-image show-desktop">
<img src="/images/wave.webp" class="big-waves" />
</div>
<div class="body-container whats-new">
<div class="container">
<div class="row">
<div class="col-lg-12 center-text" style="margin-bottom: 40px">
<h2 class="section-title">What's New</h2>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<span class="card-badge">NEW</span>
<h4 class="section-text-bold mt-4">
Getting Started With Agentic Coding
</h4>
<div class="card-shadow-content">
<p class="section-text">
Essential concepts and practices for working with AI coding assistants in your AL development workflow.
</p>
<a href="/docs/agentic-coding/gettingstarted/">
<button class="hero-mid-2 align-self-end">Get Started</button>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<span class="card-badge">GUIDE</span>
<h4 class="section-text-bold mt-4">
Vibe Coding Rules
</h4>
<div class="card-shadow-content">
<p class="section-text">
AI-optimized coding rules and guidelines designed to enhance the AL developer experience in modern AI-powered IDEs.
</p>
<a href="/docs/agentic-coding/vibe-coding-rules/"
><button class="hero-mid-2 align-self-end">Explore Rules</button></a
>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-shadow">
<span class="card-badge">TOOLS</span>
<h4 class="section-text-bold mt-4">
Agentic Tools
</h4>
<div class="card-shadow-content">
<p class="section-text">
Model Context Protocol (MCP) servers that enhance AI assistants for Business Central development workflows.
</p>
<a
href="/docs/agentic-coding/communityresources/tools/"
><button class="hero-mid-2 align-self-end">Explore Tools</button></a
>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="body-container">
<div class="container">
<div class="row">
<div class="col-lg-4">
<br />
<br />
<h1 class="section-title">Join the Community</h1>
<br />
<div class="show-mobile">
<div class="community-cards">
<a href="https://discord.gg/4wbfNv3">
<div class="card-shadow">
<div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-discord"></i></h2>
<h2 class="section-text-bold">Discord</h2>
</div>
<p class="section-text">
Join the BC Community to engage with other BC Professionals.
</p>
</div>
</a>
<a href="https://github.com/microsoft/alguidelines">
<div class="card-shadow">
<div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-github"></i></h2>
<h2 class="section-text-bold">GitHub</h2>
</div>
<p class="section-text">
Dive into the code. Submit PRs
and collaborate with other like-minded contributors.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-8 community-cards show-desktop">
<div class="row">
<div class="col-lg-6">
<a href="https://discord.gg/4wbfNv3"
><div class="card-shadow">
<div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-discord"></i></h2>
<h2 class="section-text-bold">Discord</h2>
</div>
<p class="section-text">
Join the BC Community to engage with other BC Professionals.
</p>
</div></a
>
</div>
<div class="col-lg-6">
<a href="https://github.com/microsoft/alguidelines"
><div class="card-shadow">
<div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-github"></i></h2>
<h2 class="section-text-bold">GitHub</h2>
</div>
<p class="section-text">
Dive into the code. Submit PRs
and collaborate with other like-minded contributors.
</p>
</div></a
>
</div>
</div>
</div>
</div>
</div>
</div>