Latest
Aug
24
Modelling X++ queries for dynamically joining multiple data sources
Queries are powerful components, used very frequently in X++ ecosystems. But, sometimes, they lack the flexibility we would want when
2 min read
Aug
18
10.0.36 - New VC++ runtime requirement for cloud-hosted environments
If you plan on updating your existing cloud hosted environment to 10.0.36 please make sure you install the
1 min read
Jul
21
Dynamics 365 Finance 2023 release wave 2
Microsoft has released 2 days ago the plan for 2023 release wave 2.
This means we have some exciting new
4 min read
Sep
02
X++ Chronicles : How to cache a variable using SysGlobalCache
In case “SysGlobalCache” doesn’t ring any bells, I suggest taking a look here to begin with : https://docs.microsoft.
2 min read
Aug
24
X++ Chronicles : How to use JumpRef feature in Dynamics Finance
While searching for a method to implement the ‘Go to main table’ functionality I found an easy way to develop
2 min read
Jul
24
Testing a nested object REST API response using PostMan
Searching through the internet on different blogs for a test method that deals with
nested objects we couldn’t find
5 min read
Apr
14
Implementation of the Global Query Filters, Multitenant and Soft Delete, in EF Core.
If Global Query Filters is a new thing for you check this out and then come back to this page
3 min read
Apr
14
Implementation of ModelCacheKey in EF Core
The official documentation of Microsoft says, and I quote, ” It is a key that uniquely identifies the model for a
2 min read
Apr
14
Modifications of the JWT token generated by the application
If the word JWT is new to you, I would suggesting taking a glance here https://jwt.io/introduction/ .
There
2 min read
Apr
14
Modifications of the controllers to embed EF Core Global Query Filters functionality
I know I’ve said it before and I will say it again, maybe for the last time, this was
2 min read