简体   繁体   English

C#是否已准备好用于Dynamics AX 2012 R3

[英]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#. 最近,我一直在使用WinRT和WP使用C#通过Web服务访问Dynamics导航/ AX。 Understand both of them are not using C# as the programming language. 了解他们两个都没有使用C#作为编程语言。 I wanted to learn to program Dynamics AX but find hard to learn all over again using X++. 我想学习编程Dynamics AX,但是很难再使用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? 因此,我发布此问题以希望找出AX 2012 R3为C#开发人员提供的新机遇,C#将成为编程语言吗? This will help me a lot for Client side such as WinRT and WP and Server side using C# as well. 这对于WinRT和WP等客户端以及使用C#的服务器端也对我有很大帮助。

Thanks 谢谢

Sorry, but R3 should be no different than R2 in this respect. 抱歉,R3在这方面应与R2相同。

Most of AX is programmed in X++ and MorphX objects and this is not going to change in the near term. 大多数AX是在X ++和MorphX对象中编程的,短期内这不会改变。

That said AX objects are accessible from the C# and C# is callable from X++. 也就是说,可以从C#访问AX对象,并且可以从X ++调用C#。 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#. 对象是C#或X ++,甚至容器对象也不尽相同,但相似,例如X ++中的Map和C#中的SortedDictionary

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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