IL and case-sensitivity
- by Ali .NET
Quoted from A Brief Introduction To IL code, CLR, CTS, CLS and JIT In .NET
CLS stands for Common Language Specifications. It is a subset of CTS.
CLS is a set of rules or guidelines which if followed ensures that
code written in one .NET language can be used by another .NET
language. For example one rule is that we cannot have member…