---
title: "What is cts in .net framework?"  
description: "What is cts in .net framework?"  
author: "Anonymous User"  
published: 2019-12-11  
updated: 2019-12-11  
canonical: https://www.mindstick.com/forum/145567/what-is-cts-in-dot-net-framework  
category: "c#"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is cts in .net framework?

[Please explain](https://www.mindstick.com/forum/344/hi-rohith-i-am-new-for-mvc-please-explain-how-to-set-implicitly-isauthenticated-true) What is [cts](https://www.mindstick.com/blog/113/common-type-system-cts) in .net framework.

## Replies

### Reply by Nishi Tiwari

**CTS stands for Common Type System**. It allows two different languages running on the .Net framework will get compiled into common data types for smooth communication between objects of different languages. It is handled by [**CLR**](https://www.mindstick.com/forum/145568/what-is-cls-in-dot-net-framework). It ensures **cross handle integration, type safety and high performance of code execution.**


---

Original Source: https://www.mindstick.com/forum/145567/what-is-cts-in-dot-net-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
