Sage CRM's .NET API - A round up of essential articles

2 minute read time.

Sage CRM has a .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries).

Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform actions.

The Sage CRM .NET API is an alternative to the classic ASP API that is also used by developers to customise Sage CRM. The .NET API exposes Sage CRM objects, properties, and methods. The core libraries exposed by the .NET API, allow a developer to manage data access and Web Interface generation.

This article provides links to all other articles that discuss the usage of the API.

Introduction and Overview

Working with the classes

Video Lessons