Reputation: 14100
I'm a newbie in Dynamics Ax and have mountains of quesions:
*What computer programmering language do you use to code new functionality in Ax? Is it C#?
*When you do some coding, does it take place in Visual studio 2010?
*If ERP use C# as a coding lanuage, is it C# from winform or Windows presentation foundation?
*What is the main standard of IT architecture that Ax is using when you start implementing it in a company? N-tier with presentation, business and data layer?
*Does Dynamics have build in Microsoft Business Intelligence?
*What object-relational mapping (ORM) framework does it use to retrieve data from data layer to the presentation layer? Entity framework, Nhibernate, Dataset?
*If a customer has three database tool that is SQL server, Oracle and MySQL and these need to be used in Dynamics Ax, does Ax has a tool in order to combine these database and its data into one unit? Maybe you need to use SSIS etc.
// Fullmetalboy
Upvotes: 1
Views: 741
Reputation: 18051
Reading a general introduction to AX would help. The answers to this question applies.
Very basic facts may be found here. Most of your questions may be answered by Google search.
Sorry, asking more than one question in StackOverflow is not recommended.
Upvotes: 2
Reputation: 3097
It's not a good idea to ask more than 1 question in SO but there we go:
All of those are very basic questions than you can answer easilly in the oficial AX documentation:
http://msdn.microsoft.com/en-us/library/aa496080.aspx
Upvotes: 6