• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back

Ad Hoc

Dynamic reporting that is created on an as needed basis

ADO.NET

A software framework that allows application access to databases.


AJAX

A client based technology that makes incremental updates to a website page.

API

A set of rules that allows applications to communicate with each other.

ASP.NET

Microsoft's Web application framework.

BOOTSTRAP

An HTML, CBS, and J'S front-end framework for developing responsive, mobile first projects on the web.

C#

An object-oriented programming language used with XML based Web services created by Microsoft to build applications to run on Microsoft's .NET Framework.

CACHE

An element of computer storage used to hold data locally to speed up subsequent retrieval.

BROWSER CACHE

Temporary storage area in memory or on disk that holds the most recently downloaded Web pages.

DISK CACHE

Section of main memory or memory in the disk controller that bridges the disk and CPU.

CHARTING LIBRARY

Pre-built Javascript for creating charts and visualizations in Web applications.

CLASS

Template definition of methods and variables in a particular kind of object. Objects are instances of a class. In .NET languages, classes are templates used for defining new types.

CONNECTION STRING

Specifies information about a data source, most commonly a database, and how to connect to it. Passed in code as parameters to make connections to these databases.

CSS

Cascading Style Sheets. Simple mechanism for adding style elements - such as theme, color scheme, font, spacing - to a Web page. Style info can be stored in the HTML file or a separate CSS file.

DLL

Dynamic Link Library. An executable file that allows applications (or other libraries/modules) to share code and other resources necessary to perform tasks. DLLs contain functions, classes, variables, UIs and resources (such as icons, images, files) that can be shared.

EMBEDDED BI

Information technology in the form of reports, dashboards, and visualizations that is integrated into the application for which it provides reporting. Provides faster application time to market, greater usability for users who have reporting inside their application, and more robust features.

ETL

Extract, transform, load. Process by which data is extracted from data sources, transforms data into the proper format or structure for querying and analysis, and loads it into a target database, which may not have existed before ETL began.

GLOBAL.ASAX

Also known as the ASP.NET application file. Contains code for responding to application level events raised by ASP.NET or by HttpModules. Sits in root directory of an ASP.NET based application.

IFRAME

HTML document embedded inside another HTML document on a website. Used to insert content on another source. Like an advertisement.