---
title: "[.NET] - About .NET Delivery SDK"
description: About the Contentstack .NET Delivery SDK and how it uses Content Delivery APIs to fetch and deliver content to .NET applications.
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/dot-net/about-dot-net-delivery-sdk
product: Contentstack
doc_type: sdk-overview
audience:
  - developers
  - dotnet-developers
version: unknown
last_updated: 2026-03-26
---

# [.NET] - About .NET Delivery SDK

This page introduces the Contentstack .NET Delivery SDK, explains what it is used for, and points .NET developers to the next steps and resources for integrating Contentstack content into .NET applications.

## About .NET Delivery SDK

*Use Contentstack to power content for your .NET projects*

Contentstack provides .NET SDK that Developers can use to develop .NET applications and power its content from Contentstack. The Contentstack .NET SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your .NET-based applications.

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

In order to integrate your .NET application with Contentstack .NET SDK, follow the steps mentioned in the [Get Started](/docs/developers/dot-net/get-started-with-dot-net-sdk) section.

You can check out the [sample .NET apps](/docs/developers/dot-net#sample-apps-for-net) that Contentstack have developed to see .NET SDK in action.

## More resources

- [View and Download .NET SDK repository on GitHub](https://github.com/contentstack/contentstack-dotnet)

## Common questions

### What does the Contentstack .NET SDK use to fetch content?
The Contentstack .NET SDK uses the [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to .NET-based applications.

### What .NET versions are supported?
**Note**: The Contentstack .NET SDK supports .NET version 2.0 or later

### Where do I start integrating the SDK into my .NET application?
Follow the steps mentioned in the [Get Started](/docs/developers/dot-net/get-started-with-dot-net-sdk) section.

### Where can I find examples or a repository for the SDK?
You can check out the [sample .NET apps](/docs/developers/dot-net#sample-apps-for-net) and the GitHub repository: [View and Download .NET SDK repository on GitHub](https://github.com/contentstack/contentstack-dotnet).