You might wonder: why would I need this? Why would I need to download source code of Business Central, while I can simply access it through the symbols when I’m working in VSCode – or even better, while I can simply click the symbol, and look at the code from there?
Tag Archives: Code
3 sure signs your code needs refactoring
In this video, I talk about 3 patterns that often indicates that code could benefit from being refactored.
Dynamics 365 Business Central: new features for performant code
In the training I’ve done to some partners last week, when talking about performances I shared an example of an extension with 3 features that I think are not so well known but that have a significant impact on how your code performs, expecially on a SaaS environment. That extension used the following features:
-Partial record loading
-Temporary Tables
-QueryCategory
Using Microsoft Dynamics 365 Business Central Artifacts to get to the source code of the default apps
A question I get a lot – especially from people that come from C/AL, and only take their first steps into AL – is: How do I get to Microsoft’s source code of the BaseApp (and other)?
Well, there are multiple ways, really. You can download symbols, and unpack the symbols. You can download the DVD and get to the code on the DVD, or…
Use Code Analyzers on your AL Code in Business Central
In this video I show how to add code analyzer to a Microsoft Dynamics 365 Business Central AL project and then activate them before dealing with all issues found:
Video: Use old NAV code in BC
In this video I show an example of how to reuse old NAV code in Microsoft Dynamics 365 Business Central.
Organizing Code for a Seamless Transition from C/AL to Extensions in AL: Part 2
This is the second part of the blog post “Organizing Code for a Seamless Transition from C/AL to Extensions in AL”, where we walk you through some of the steps you can take to organize the code in the existing C/AL coding language before the transition.