Monday 7 January 2013

Microsoft Dynamics AX 2012 R2 - What's New for Developers in Feature area of Language-Integrated Query (LINQ) to AX, for Interop from .NET

What can you do?

In .NET Framework languages such as C#, you can use the same LINQ syntax and paradigm that you already use with LINQ to SQL.

Why is this important?


LINQ to AX makes it easier to interoperate with Microsoft Dynamics AX data from your C# program.

How was this performed in previous versions?


Without LINQ to AX, the primary way your C# program can access table data is to call the methods on a C# class that is a proxy to a table.


My above blog is based on Microsoft's Official information.
 
I hope this blog about 'Microsoft Dynamics AX 2012 R2 - What's New for Developers in Feature area of Language-Integrated Query (LINQ) to AX, for Interop from .NET' was informative. Please feel free to leave your comments.

No comments:

Post a Comment