- BCL - Base Class Libraries - [Defined APIs for Console, windows, web, and library based applications; defined APIs for database access, XML manipulation, security and etc..]
- CLR - Common Language Runtime - Execution environment for the compiled code. It loads the base class libraries (class loader), compils the CIL code tinto native code (Just In Time compiler). Also it manages Memory, Thread, Exception Hanlding, Garbage Collection, Security and etc..
- CTS - Common Type System - How a type (class, structure, interface, enumeration, and etc..) is defined and what are operations can be performed on those types.
- CLS - Common Language Specification - Set of rules to produce code that can be run by CLR and other CLS compliant languages can understand.
What are building blocks of .net?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment