Answer:
CLSCompliant attribute on an assembly (or a program element) and have the compiler check if your code is CLS (Common Language System) compliant. This means it works properly when consumed by other .NET languages.
Source: Through Interview | Asked In: Many Interviews |
Alert Moderator