---
title: "[.NET Management] - About .NET Management SDK"
description: About the Contentstack .NET Management SDK for managing content using Content Management APIs.
url: https://www.contentstack.com/docs/developers/sdks/content-management-sdk/dot-net/about-dot-net-management-sdk
product: Contentstack
doc_type: overview
audience:
  - developers
  - dotnet
version: .NET 3.1+
last_updated: 2026-03-26
---

# [.NET Management] - About .NET Management SDK

This page explains what the Contentstack .NET Management SDK is and what it’s used for. It’s intended for developers building .NET applications who need to manage Contentstack account content programmatically, and should be used when deciding whether to use the SDK and before starting integration.

## About .NET Management SDK

Use Contentstack to power content for your .NET projects.

Contentstack provides a .NET Management SDK (that uses Content Management APIs) that developers can use to manage the content of your [Contentstack account](https://app.contentstack.com/#!/login). This includes creating, updating, deleting, and fetching the content of your account.

**Note:** The Contentstack .NET Management SDK supports **.NET version 3.1** or later.

To integrate your .NET app with Contentstack .NET Management SDK, follow the steps mentioned in the [Get Started with .NET Management SDK](/docs/developers/dot-net/get-started-with-dot-net-management-sdk)  document.

## Common questions

### What can I do with the Contentstack .NET Management SDK?
You can manage the content of your Contentstack account, including creating, updating, deleting, and fetching content.

### What .NET versions are supported?
The Contentstack .NET Management SDK supports **.NET version 3.1** or later.

### Where do I start integrating the SDK?
Follow the steps in the [Get Started with .NET Management SDK](/docs/developers/dot-net/get-started-with-dot-net-management-sdk) document.