I am coming from a .NET background where the code is distributed through assemblies which contain code that is interpreted by .NET CLR. Now I am doing some work on Dynamics AX 2012. I see that axmodel file is the way to distribute solution to customers. I have some questions regarding axmodel files. Can somebody please clarify?
1) What will be the contents of axmodel files? code that is interpreted (just like .NET assembly) or X++ source code itself?
2) How can I distribute my custom code or solution to customers with only interpretable code, just like we do in .NET assemblies?My intention is not ship any source code to customers.
Thanks in advance.
*This post is locked for comments