.NET Development

This section of the documentation discusses how to include eConnect in a .NET development project. The eConnect runtime includes .NET assemblies that enable you to view, create, update, and delete or void Microsoft Dynamics GP data from a Microsoft .NET solution. The following sections describe how to add and use the eConnect .NET assemblies:

  • .NET Development Overview introduces the eConnect assemblies and namespaces. You use these assemblies and namespaces to add eConnect to your .NET development project.
  • eConnect and .NET describes how to use classes in the Microsoft.Dynamics.GP.eConnect namespace. You use classes from the Microsoft.Dynamics.GP.eConnect namespace to send and request eConnect XML documents from your .NET solution.
  • Serialization describes how to use the classes in the Microsoft.Dynamics.GP.eConnect.Serialization namespace. You use the serialization classes to create .NET objects that represent eConnect XML documents.
  • eConnect Integration Service describes how to use the eConnect Integration Service from a .NET application. You use the service to send and request eConnect XML documents from your .NET solution.