What is the Common Language Specification (CLS)?

What is the Common Language Specification (CLS)?

- The CLS contains constructs and constraints which provides a guideline for library and compiler writers.
- Any language that supports CLS can then use the libraries due to which the languages can integrate with each other.
- The CLS is a subset of the common type system.
- The CLS is important to application developers because when developers design publicly accessible APIs per the CLS, those APIs are easily used from all other programming languages that target the common language runtime.
What is Shared (static) member?
ASP.NET - What is Shared (static) member? - It belongs to the type but not to any instance of a type....
What is the transport protocol you use to call a Web service?
ASP.NET - What is the transport protocol you use to call a Web service? - SOAP (Simple Object Access Protocol) is the preferred protocol.....
What is Option Strict used for? - .NET
.NET - What is Option Strict used for?..
Post your comment