What is CLS in .Net Framework ?


CLS stands for Common Language Specification.

CLR (Common Language Runtime) uses some rules/specification at runtime so that two or more languages can become interoperable.

The Rules that are written into the .Net framework so that all language should follow that rules or specification.

The rules or specification known as CLS (Common Language Specification).

Comments

Popular posts from this blog

What is unqork?

What is single page Application in web applications

What is SOLID Principle ?