Fabric SDK for .NET (Microsoft.Fabric.Api)
freeMicrosoft's official .NET SDK for the Microsoft Fabric data-plane REST APIs, for building apps that manage workspaces and items in C#.
- Category
- platform-apis
- Type
- sdk
- Language
- C#
- Maintainer
- microsoft
- Author
- Microsoft
- Added
- Jun 1, 2026
What it does
The Microsoft Fabric SDK for .NET (Microsoft.Fabric.Api) is the official .NET client library for the Microsoft Fabric data-plane REST APIs. It lets .NET applications work with Fabric programmatically, such as listing and managing workspaces and items, so you can build integrations and automation in C#. It targets .NET Standard 2.0 and runs across the modern .NET and .NET Framework lines.
Why use it
Use it when you build Fabric automation or integrations in .NET and want a typed client over the Fabric REST APIs instead of hand-built HTTP calls. This is the data-plane Fabric SDK; managing Fabric capacities at the Azure Resource Manager level is handled by a separate ARM library.
Getting started
dotnet add package Microsoft.Fabric.Api
See the Fabric REST API documentation for the operations the client wraps.