Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is CTS?
Vithal Wadje
12y
2.2k
0
Reply
Submit
CTS stands for Common Type Specification. It is the core of .NET Framework's cross language integration, type safety, and
high-performance code execution. It defines a common set of types that can be used with many different language syntaxes. Each
language (C#, VB.NET, Managed C++, and so on) is free to define any syntax it wishes, but if that language is built on the CLR, it
will use at least some of the types defined by the CTS.
Vithal Wadje
12y
0
What is CIL?
What is a .sln file?
Message