---
title: "[.NET] - About .NET Utils Library"
description: Overview of the Contentstack .NET Utils library and its features for the .NET SDK.
url: https://www.contentstack.com/docs/developers/sdks/utils-sdk/dot-net/about-dot-net-utils-library
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - dotnet-developers
version: unknown
last_updated: 2026-03-26
---

# [.NET] - About .NET Utils Library

This page explains what the Contentstack .NET Utils library is, what it includes, and where to find setup instructions and the source repository. It is intended for developers using the Contentstack .NET SDK who need utility features such as embedded entry/asset rendering.

## About .NET Utils Library

Contentstack provides the .NET Utils library that contains all the utilities for the .NET SDK.

Features included:
- **Embedded Object**: Allows you to fetch embedded [entries](/docs/content-managers/author-content/about-entries)/[assets](/docs/content-managers/author-content/about-assets) (placed inside the “[Rich Text Editor](/docs/developers/create-content-types/rich-text-editor)” (RTE) field) and display them on your frontend application. To learn how to embed entries/assets in the RTE field, refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack .NET Utils library supports Node.js version 10 or above.

To use this Utils library in your application, follow the steps specified in the [Get Started with .NET Utils library](/docs/developers/sdks/content-delivery-sdk/dot-net/get-started-with-dot-net-sdk-and-live-preview/) guide. You can check out the GitHub page of our [.NET Utils SDK](https://github.com/contentstack/contentstack-utils-dotnet).

## Common questions

### What is the .NET Utils library used for?
It contains utilities for the .NET SDK, including support for fetching and displaying embedded entries/assets from the Rich Text Editor (RTE) field.

### Where do I find setup instructions for the .NET Utils library?
Follow the steps in the [Get Started with .NET Utils library](/docs/developers/sdks/content-delivery-sdk/dot-net/get-started-with-dot-net-sdk-and-live-preview/) guide.

### Where is the source code for the .NET Utils SDK?
The GitHub repository is available at https://github.com/contentstack/contentstack-utils-dotnet.

### What Node.js versions are supported?
**Note**: The Contentstack .NET Utils library supports Node.js version 10 or above.