How to implement file-based integration in Dynamics 365 FinOps using X++

The blog post describes a sample approach to implement recurring file-based integration in D365FO using X++

Analysing Dynamics AX / Dynamics 365FO batch performance using Power BI

The blog post describes how to analyse execution of batch jobs in Power BI Desktop

Comparing D365FO development VMs performance(VS2017)

Comparing the performance of 4 D365FO development VM configurations with Visual studio 2017

How to manage a Dynamics AX performance optimization project

The blog post describes how to organize a Dynamics AX performance optimization project, who should be involved, and how the process should be organized

Execute direct SQL in D365FO database

'Execute direct SQL' form provides a simple interface to execute SQL commands on D365FO database.

A tool to convert a list of values to a query range

'List of Values to Range' tool can help users deal with the list of values in query range and copy-paste values from Excel.

A simple way to implement a parallel batch processing in X++

The post describes how you can convert your existing batch job to multi-threaded to increase its performance.

Addin to generate Data provider and Controller class in X++

The post describes a utility that generates X++ code template for Data provider and Controller classes.