- CLR works like a virtual machine in executing all languages.
- All .NET languages must obey the rules and standards imposed by CLR. Examples:
- Object declaration, creation and use
- Data types,language libraries
- Error and exception handling
- Interactive Development Environment (IDE)
- Development
- Deployment
- CLS is a set of specifications that language and library designers need to follow
- This will ensure interoperability between languages
No comments:
Post a Comment