Skip to Content
Implementing Microsoft Dynamics 365 for Finance and Operations
book

Implementing Microsoft Dynamics 365 for Finance and Operations

by Rahul Mohta, Yogesh Kasat, JJ Yadav
September 2017
Beginner to intermediate
562 pages
13h 46m
English
Packt Publishing
Content preview from Implementing Microsoft Dynamics 365 for Finance and Operations

Language enhancements 

Along with making X++ completely compile in CIL, several language enhancements and constructs have been added to get X++ closer to C#. The following code summarizes some of the new enhancements in X++:

//using keyword for referencing - just like C# using coll = System.Collections;using System.CodeDom;class MyMainClass{  // Declare variables and instantiate them in the class declaration   // granular field access mark them public, private or protected.   //static, constant and read only member variables   static int loop;  private const int constValue = 4;  public readonly str readOnlyValue = "ReadOnly";  CodeComment comment = new CodeComment("Print something");      // static constructor using TypeNew keyword static void TypeNew() ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Second Edition

Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Second Edition

JJ Yadav, Sandeep Shukla, Rahul Mohta, Yogesh Kasat

Publisher Resources

ISBN: 9781787283336Supplemental Content