Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is CTS?
Vithal Wadje
12y
1.4k
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