Building Blocks of .NET Framework 3.5

On October 25, 2009, in .NET, MCAD, MCPD, MCSD, MCTS, Microsoft, by Allen Ryan

There are three building blocks of .NET Framework 3.5, which are as follows:

  • Common Language Runtime (CLR): It is used to execute the managed code. It was designed to support multiple languages.
  • Common Type System (CTS): It provides every language running on the .NET platform with a base set of data types.
  • Common Language Specification (CLS): It describes a common level of language functionality. It is a set of rules that a language compiler must have in order to create .NET applications that run in the CLR.
Share
Tagged with: