---
title: "About .NET Utils Library"
description: "The .NET Utils library contains all the utilities 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: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-07-22"
---

# 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/headless-cms/about-entries)/[assets](/docs/headless-cms/about-assets) (placed inside the “[Rich Text Editor](/docs/headless-cms/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/headless-cms/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/headless-cms/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack .NET Utils library supports .NET 10 or later.

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