Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Wednesday, January 17, 2007 - Posts

CLS - Common Language Specification, consider making your code CLS compliant.

Making your code CLS compliant is important, as this confirms that the classes should only expose features that are common to the CLS. So anyone using your classes and writing in a different programming language do not face any issues. To make sure, CLS
posted by Shahed | 0 Comments