Term
|
Definition
Determines the initial files, assembly references, code, and property settings that are added to the project. |
|
|
Term
|
Definition
|
|
Term
|
Definition
Allows user to enter text on a form |
|
|
Term
|
Definition
Initiates form processing when clicked |
|
|
Term
|
Definition
The commands in the format menu or the buttons on the Layour toolbar align, size, or space the controls relative to the _________. |
|
|
Term
|
Definition
Value that determines how the control will look and work when the form is displayed. |
|
|
Term
|
Definition
The sequence in which the controls will receive the focus when the use presses the tab key. |
|
|
Term
|
Definition
Dotted line indicating the current control has been selected. |
|
|
Term
|
Definition
Shortcut keys that user can use in combination with the Alt key to quickly move between individual controls on a form. |
|
|
Term
|
Definition
Self-contained code that combines code and data. |
|
|
Term
|
Definition
Code that defines that characteristics of an object. |
|
|
Term
|
Definition
A new class that inherits the characteristics of the form class of the .NET Class library. |
|
|
Term
|
Definition
The process of creating an object from a class. |
|
|
Term
|
Definition
An operation that an object can perform. |
|
|
Term
|
Definition
Signals sent by an object to the application telling it that something has happened that can be responded to. |
|
|
Term
|
Definition
The properties, methods, and events of an object. |
|
|
Term
|
Definition
Used to identify the specific member of the object that is to be referred to. |
|
|
Term
|
Definition
A property or method that you can refer to directly from a class. |
|
|
Term
|
Definition
These work by responding to events that occur on objects. |
|
|
Term
|
Definition
A special type of methods that handles an event. |
|
|
Term
|
Definition
A statement generates by Visual Studio that wires the event to the event handler. |
|
|
Term
|
Definition
Generated when the object is double-clicked in the form designer. |
|
|
Term
|
Definition
Consists of the object name, an underscore, and the event name. |
|
|
Term
|
Definition
Displayed by Intellisense when you start to enter a new line of code. |
|
|
Term
|
Definition
Information displayed by Visual Studio that displays information about that item. |
|
|
Term
|
Definition
|
|
Term
|
Definition
Must be enclosed in braces. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
Allow you to move quickly between lines of code. |
|
|
Term
|
Definition
When an application encounters a runtime error, it enters _______. |
|
|
Term
|
Definition
To display a ________ for a property or variable, move the mouse pointer over it in the C# code. |
|
|
Term
Windows Forms application/Windows appliacation/WinForms app |
|
Definition
A __________ runs in its own window and consists of one of more windows forms that provide the user interface. |
|
|
Term
|
Definition
A _______ provides the user interface. |
|
|
Term
|
Definition
Each windows form contain ________________ like labels, text boxes, buttons, and radio buttons. |
|
|
Term
|
Definition
_____________ is a suite of products that includes the .NET Framework and and IDE. |
|
|
Term
Integrated Development Environment (IDE) |
|
Definition
This is provided by Visual Studio 2008 for application development. |
|
|
Term
|
Definition
Provides a library of code that supports all three programming languages(Visual Basic, Visual C#, Visual C++). |
|
|
Term
|
Definition
A lightweight version of the Microsoft SQL Server 2005 database management system. |
|
|
Term
.NET Framework class library |
|
Definition
Provides files that contain pre-written code known as classes that are available to all of the .NET programming languages. |
|
|
Term
|
Definition
A set of pre-written code. |
|
|
Term
|
Definition
Related classes are organized into a group called a ___________. |
|
|
Term
Common Language Runtime (CLR). |
|
Definition
Manages the execution of .NET programs by coordinating essential functions such as memory management, code execution, security, and other services. |
|
|
Term
|
Definition
Because .NET applications are managed by the CLR, they are called _______________. |
|
|
Term
|
Definition
A component of the CLR that ensures that all .NET applications use the same basic data types. |
|
|
Term
|
Definition
Contains and consists of source files |
|
|
Term
|
Definition
|
|
Term
|
Definition
Translates the C# code for a project in Microsoft Intermediate Language |
|
|
Term
|
Definition
Contains the code after it has been translated into MSIL |
|
|
Term
|
Definition
Contains one or more project files |
|
|
Term
|
Definition
A C# project is saved with this extension. |
|
|
Term
|
Definition
A solution is saved with this extension. |
|
|
Term
|
Definition
The main visual studio workspace contains one or more __________. |
|
|
Term
Form Designer/Form Designer Window |
|
Definition
To develop a form, you use the ___________ |
|
|
Term
|
Definition
Use this to add controls to a form |
|
|
Term
|
Definition
To change the way a form looks or operates, use the _____________. |
|
|
Term
|
Definition
This can be accessed by double-clicking on a control or by selecting the form in the Solution Explorer and clicking the View Code button. |
|
|
Term
|
Definition
Each form is defined by two C# source files where each file contains a ____________. |
|
|
Term
|
Definition
The current version of the .NET framework. |
|
|