简体   繁体   中英

Is C# ready for Dynamics AX 2012 R3

Recently, I have been using WinRT and WP to access Dynamics NAV/AX thru Web services using C#. Understand both of them are not using C# as the programming language. I wanted to learn to program Dynamics AX but find hard to learn all over again using X++. So I am posting this question in hope to find out what are the new opportunities in AX 2012 R3 has to offer to C# developer, will C# be the programming language? This will help me a lot for Client side such as WinRT and WP and Server side using C# as well.

Thanks

Sorry, but R3 should be no different than R2 in this respect.

Most of AX is programmed in X++ and MorphX objects and this is not going to change in the near term.

That said AX objects are accessible from the C# and C# is callable from X++. An object is either C# or X++ and even container objects are not the same but similar, example Map in X++ and SortedDictionary in C#.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM