Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Productivity software

header file

Software; Productivity software

A file that is identified to be included at the beginning of a program in a language such as C and that contains the definitions of data types and declarations of variables used ...

native image generation

Software; Productivity software

A pre-compilation technology for managed code that compiles Microsoft intermediate language (MSIL) to native code on the end-user computer prior to application run time. It is an ...

security-critical

Software; Productivity software

Pertaining to a type or member that accesses secure resources and can only be used by trusted code in the. NET Framework.

error

Software; Productivity software

A value or condition that is not consistent with the true, specified, or expected value or condition.

lazy initialization

Computer; Productivity software

The deferral of object initialization or instantiation until the first time the object is referenced.

baseline

Software; Productivity software

The original plan for a project, a work package, or an activity.

common language runtime support

Software; Productivity software

The engine at the core of managed code execution. The runtime supplies managed code with services such as cross-language integration, code access security, object lifetime ...