Skip to content
fabricstack.dev

Fabric SDK for .NET (Microsoft.Fabric.Api)

free

Microsoft'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.

Related tools

Microsoft's official PowerShell cmdlets for managing Power BI, covering workspaces, reports, datasets, capacities, and tenant administration.

Library Free Microsoft
  • #official
  • #automation
  • #powershell

Official Microsoft command-line interface for managing Microsoft Fabric resources, with a file-system-inspired way to navigate and script workspaces and items.

CLI Free Microsoft
  • #official
  • #automation
  • #cicd

Microsoft's open-source Go SDK for programmatic access to Microsoft Fabric services, currently experimental and for evaluation only.

SDK Free Microsoft Preview
  • #official
  • #automation