---
title: "What is CTS?"  
description: "What is CTS?"  
author: "Anonymous User"  
published: 2010-10-20  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/66/what-is-cts  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is CTS?

In Microsoft's .NET Framework, the Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory.Common Type System (CTS) describes how types are declared, used and managed. CTS facilitates cross-language integration, type safety, and high performance code execution

## Answers

### Answer by Anonymous User

CTS stands for Common Type System. It has a set of rules which state how a data type should be declared, defined and used in the program. It describes the data types that are to be used in the application.

### Answer by Pushpendra Singh

In Microsoft's .NET Framework, the Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory.Common Type System (CTS) describes how types are declared, used and managed. CTS facilitates cross-language integration, type safety, and high performance code execution


---

Original Source: https://www.mindstick.com/interview/66/what-is-cts

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
