Welcome to MSDN Blogs Sign in | Join | Help

mfp's two cents

...on Dynamics AX Development!

July 2006 - Posts

An amazing journey!
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...
Writing Secure X++ Code
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...
Setting up Visual Source Safe and Dynamics AX 4.0
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...
I want developer documentation!
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...
Posted: Monday, July 17, 2006 10:16 AM by mfp | 0 Comments
Filed under:
Cryptography API in X++
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...
Page view tracker