July 2006 - Posts
This week I'm visiting IDC - Microsoft's India Development Center located in Hyderabad - to conduct training on Dynamics AX development. Sitting on the back seat of a cab zig-zagging through the busy traffic in downtown Hyderabad I can't help thinking
Read More...
Last week a document on security considerations for Dynamics AX development was published.This 40 page document is a must-read for every X++ developer. Topics covered: How to use dangerous APIs in a safe manner Code Access Security in X++ Data Authorization
Read More...
Yurii Rasskazov has written a great blog on his experience setting up VSS with Dynamics AX. Here it is: http://axaptabuilder.blogspot.com/2006/06/notes-about-my-experience-in-setup-of.html For more information on the version control system in Dynamics
Read More...
The solution is here! The developer documentation for Dynamics AX has moved to a continuing publishing model. This means more and more documentation topics will be available as they are written, and not as previously only when a new version is released.
Read More...
In version 3.0 the class TextBuffer had two methods: Encrypt and Decrypt. For version 4.0 the Encrypt method has been removed, and the Decrypt method renamed to DecryptOld. The change happened for security reasons. If you require to encrypt and decrypt
Read More...