---
title: "What is CTS in .Net ?"  
description: "What is CTS in .Net ?"  
author: "Shrikant Mishra"  
published: 2019-09-30  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/33638/what-is-cts-in-dot-net  
category: "c#"  
tags: ["c#", ".net", "asp.net"]  
reading_time: 1 minute  

---

# What is CTS in .Net ?

CTS stands for Common Type System. This has a set of rules which state how a data type should be declared, defined and used in the program. This describes the data types that are to be used in the application.

We can design our own classes and values by following the rules that are present in the CTS. The rules are made so that the data type declared using a programming language is callable by an application that is developed using a different language.

## Answers

### Answer by Shrikant Mishra

CTS stands for Common Type System. This has a set of rules which state how a data type should be declared, defined and used in the program. This describes the data types that are to be used in the application.

We can design our own classes and values by following the rules that are present in the CTS. The rules are made so that the data type declared using a programming language is callable by an application that is developed using a different language.


---

Original Source: https://www.mindstick.com/interview/33638/what-is-cts-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
