.NET Business Connector architecture

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The .NET Business Connector architecture

The .NET Business Connector is a component of the development environment for Microsoft Dynamics AX and is used to interpret and execute code. During execution, applications that are created by using the .NET Framework are managed by the common language runtime (CLR). These applications are called managed applications. The .NET Business Connector enables these managed applications to interact with instances of an Application Object Server (AOS) by providing a set of .NET managed classes. These .NET managed classes, in turn, enable access to X++ classes in Microsoft Dynamics AX. For more information about the .NET Business Connector, see NET Business Connector Overview on MSDN.

By default, the .NET Business Connector is installed together with the Application Integration Framework (AIF). However, the .NET Business Connector can also be installed as a stand-alone component and used to develop third-party applications that can be integrated with Microsoft Dynamics AX.

For more information about how to integrate other applications with Microsoft Dynamics AX, see Application integration.

The following diagram shows the Business Connector architecture.

Business connector kernel

See also

System architecture

Services and AIF architecture