All posts

Development

Development2 min read

Mocking HTTP Calls in AL Tests

With version 15.0, Microsoft has introduced a new capability in AL Language a new handler type:HttpClientHandler. This new handler type allows developers to mock HTTP…

Development4 min read

Tips for your AL projects

Still lot of projects are lead on “old” ways, not changing to new approaches. Every developer makes mistakes when it comes to coding. Some come…

Development3 min read

Design Patterns for Extensibility

When extending Business Central, using the right design patterns can be a game-changer. In this blog post, I will share valuable insights into best practices…