Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger


Saturday, September 10, 2011

Microsoft Dynamics AX Programming language (X++)

The programming language in AX is called X++, and its syntax is similar to Java
and C#. In addition to being an object-oriented programming (OOP) language, it
also includes embedded SQL. This means that writing SQL statements in AX is very
easy, because you, as a developer, do not need to create a connection to the database,
create a statement that is executed on the connection, and so on. Instead, you can
write the SQL statements directly into the X++ code much like you now can with
LINQ for .NET.

You will get to know the syntax, features, and how the X++ language works in
general in Chapter 2, X++ language.

2 comments:

Archives