Access AX Business Logic
The AX.NET Framework is based upon the AX.NET Assembly that is automatically generated
by using the AX.NET Assembly Generator. The AX.NET Assembly contains a
.NET version
of the AOT in Microsoft Dynamics AX, where tables and classes can be accessed just like in
Microsoft Dynamics AX with X++.
Using AX.NET it's thereby possible to utilize any X++ Business Logic in Dynamics
AX from .NET with ease. It is even possible to select data using LINQ and pass the
data to a method on a table or class as a parameter. Likewise it’s possible to use
instances of classes as parameters, when calling methods.
In short AX.NET provides a rich and full integration to all Business Logic in Dynamics
AX using simple .NET code.
|