微软Dynamics AX 2009开发

发布于 2024-08-15 22:46:15 字数 189 浏览 4 评论 0原文

我是 Microsoft Dynamics AX 开发的新手,我想了解有关它的基本知识。 我有一个安装了 '09 版本的虚拟机。

从一开始就必须熟悉该语言(X++)吗? 我应该从什么开始(教程、视频、概述、导游)以及在哪里可以找到它们?

我想要链接、提示或任何可能有帮助的东西!

很容易找到分步教程吗?有相关链接吗?

I'm new to Microsoft Dynamics AX development and I'd like to learn basic things about it.
I have a virtual machine with the '09 version installed.

Is it essential to get familiarized with the language (X++) from the beginning?
What should I start with (tutorials, videos, overviews, guided tours) and where do I find it?

I'd like links, tips, or anything that may help!

Is it easy to find step by step tutorials? Any links for that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

日久见人心 2024-08-22 22:46:15

因为 SO 不允许我发布许多链接,所以我已将其发布到 Axaptapedia

下载“内部动态”来自 microsoft 的 Ax 4" 免费电子书,阅读然后阅读 Ax2009 中的更改的新内容(X++ 几乎相同)

其他一些很酷的资源:
轴触足
code.msdn.microsoft.com/axcodesamples

纸质书籍:

Dynamics Ax 2009 内部
使用 Dynamics Ax 2009 管理供应链

您是否有权访问合作伙伴源或客户源,请转到那里阅读发展和财务培训

Because SO does not let me to post many links I have posted it to Axaptapedia

Download the "Inside Dynamics Ax 4" free ebook from microsoft and read then read What's new about changes in Ax2009 (X++ is pretty the same)

Some other cool resources:
axaptapedia
code.msdn.microsoft.com/axcodesamples

Paper Books :

Inside Dynamics Ax 2009
Managing supply chain using Dynamics Ax 2009

Is you have access to partnersource or customer source, go there and read development and financial trainings

缘字诀 2024-08-22 22:46:15

您在免费书中有一个很好的起点:

http://www.lulu.com/morphxit

是 2006 年的版本,但当时基本功能还是有效的。当您熟悉环境后,我可以推荐 Microsoft Press 的“Inside Dynamics AX”书籍(版本 4 或 2009)。这些都是 AX 开发人员直接提供的令人印象深刻的书籍。

Microsoft 开发中心为开发人员提供了大量信息(视频!):

http:// /msdn.microsoft.com/en-us/dynamics/ax/default.aspx

如果您了解 C# 或 Java,则不会遇到该语言的许多问题,只要能熟练使用 MorphX 环境就可以了,这一点,它的基础很简单,但是你必须与很多很多标准课程一起工作和战斗。根据我的经验,这是 AX 学习中最困难的部分。简单的一点是,几乎每一个类都在某个地方进行了记录。

如果您有 PartnerSource 访问权限,请在学习和使用中认证菜单您可以访问官方课程的材料。有 4 个渐进的开发课程,如果您有机会学习的话,它们是一个非常好的起点。

http://www.microsoft.com/learning /en/us/certification/dynamics-ax-professional.aspx#dev2009

在这里您可以找到所有认证考试,并且在每个考试中您可以找到课程代码。使用此代码,您可以在 PartnerSource 内搜索以查找合适的课程材料。

You have a nice starting point in the free book:

http://www.lulu.com/morphxit

It is from 2006 but the basics works those days. When you are familiar with the environment I can recommend the "Inside Dynamics AX" books (versions 4 or 2009) from Microsoft Press. Those are impressive books from the AX development staff directly.

Microsoft Development Center has lots of information (videos!) for developers:

http://msdn.microsoft.com/en-us/dynamics/ax/default.aspx

If you know C# or Java you are not going to experience many problems with the language, it is all to be fluent in the MorphX environment, that onesty, is way easy in it's basis, but you have to work and fight with lots and lots of standard classes. That is, for my experience, the most dificult part of AX learning. Easy part, is that almost every one of those classes are docummented somewhere.

If you have PartnerSource access, in the learning & certification menu you have access to the materials of the official courses. There are 4 progressive courses of developing and those are a very nice starting point if you have access to it.

http://www.microsoft.com/learning/en/us/certification/dynamics-ax-professional.aspx#dev2009

Here you can find all the certification Exams, and inside each of them, you can find the course code. With this codes you can searh inside PartnerSource to find the appropiate materials of the courses.

驱逐舰岛风号 2024-08-22 22:46:15

这是一个很好的起点:

开发人员门户

了解更多高级信息微软出版社里面的Dynamics AX书籍的资料非常好。

This is a good place to start:

Developer Portal

For more advanced information the Microsoft press inside Dynamics AX books are very good.

救赎№ 2024-08-22 22:46:15

我相信除非你正在开发内核,否则所有定制和扩展都是通过X++完成的。该语言本身有点像 C++,但它有一些用于 SQL 查询等的语法糖。

我想一个好的起点是 http://msdn.microsoft.com/en -us/library/aa867122.aspx

PS:当我在那里工作时,C# 得到了大力推动,因此这可能是一件值得探索的好事情。

I believe that unless you are developing the kernel, all customization and extension is done via X++. The language itself is a bit like C++ but it has some syntactic sugar for SQL queries and such.

I guess a good starting point is http://msdn.microsoft.com/en-us/library/aa867122.aspx

PS: When I worked there, there was a big push for C# so that's probably a good thing to explore.

云之铃。 2024-08-22 22:46:15

我建议您开始以正确的方式做事,始终牢记最佳实践进行编码。
白皮书Microsoft Dynamics AX 2009 的最佳开发最佳实践1 于上个月发布,涵盖了开发人员的许多有趣主题

I suggest you to start doing the things in the right way, coding always with the Best Practices on your mind.
The white paper Top Development Best Practices for Microsoft Dynamics AX 2009 1 was released last month and cover a lot of interesting topics for a developer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文