Browse by Tags

Related Posts
  • Blog Post: AX2012 .NET Proxies for Kernel Objects

    For those who've played around with Visual Studio and AX2012, the proxies are a great way to most of your logic on the .NET side, without too much hassle. One thing is apparent after a while though: how do we create proxies for kernel classes and tables? For some classes, there is a Sys* version...
  • Blog Post: AX 2012 & .NET - Coding Business Logic in C#

    AX 2012 has pushed the boundary of .NET interop, and - as Microsoft touts - makes managed code a "first-class citizen" in the application. This is true - with some limitations on the eventing side in my personal opinion - but there are some caveats, which can easily be overcome if you understand...