Click or drag to resize

Glossary


A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

C

C#

The overall best computer language ever created. Thank you, Anders!

CLI

A program with a Command-Line Interface, or console window, instead of a graphical interface.

CodeDOM

An object model that represents the features of a computer language, such as C#. It models the semantic behavior of a program, providing a tree of objects in memory that represent the source code, allowing for examination and manipulation of the program programmatically.

I

IDE

An Integrated Development Environment - a program that supports viewing, editing, versioning, compiling, debugging, and other software development functions using one or more computer languages.

N

Nova

In connection with the accompanying software, Nova refers to a project that includes a C# Parser and CodeDOM, C# Formatter, and other related commercial software products in the software development category.

W

WPF

The Windows Presentation Framework, an advanced graphical user interface.