API (Application Programming Interface) -
Software's way for providing applications to use their system resources by
using "Application Programming Interface" or API. This is usually defined
by an extensive list of functions, classes, variables
Beta -
A letter in the Greek alphabet used to describe the state of an
application in development. This is means that although the software may
be functional some software bugs may still exist or feature of the
application may not yet be functional.
C# (C-Sharp) -
A programming language provided by Microsoft's .NET framework. This
language is used to write both stand alone software and the background
logic to some websites.
Database - An Application that manages data and allows fast storage and
retrieval of that data. This is essentially where you data is store for
retrieval from programs or websites.
Debug(ing) - The process of debugging involves finding software bugs by
extensively utilizing a pice of software.
Exception - An exception is a hardware generated condition which is
triggered when processing fails for some reason. Exceptions are important
to solving programming issues during the debug phase as well as finding
bugs after the initial release.
Framework - A collection of possible operations that can be used to
develop new software while conforming to standards. A framework may also
contain information about SDKs (Software Developers Kits) or APIs
(Application Programming Interface) to other applications.
Function - A sequence of code that performs a calculation and returns a
value.
GUI (Graphical User Interface) - This is a term used to describe the
visual interface that an application provides. For Example: In MS Windows
the desktop is part of your GUI as it provides you a visual interface to
things such as your hard drive and applications.
Java - An object-oriented programming (OOP) language developed by James
Gosling at Sun Microsystems in the early 1990s. It has been very
successful in both the Enterprise business world and on mobile phones.
.NET - A framework that is part of Windows and provides a controlled
environment for developing and running applications.
OOP (Object Oriented Programming) - Object Oriented Programming (OOP) is a
method of developing software that models the real world using object. For
example a driving simulation might have road objects, vehicle objects and
possibly human objects.
Open Source - Applications that come with full Source Code that you can use.
Scripting - A type of programming language that is processed through an
interpreter provided by the executing interface. For Example: JavaScript
is web scripting language that can be process by FireFox, a web browser, to render
functionality on your website.
SDK (Software Developers Kit) - A library of software that helps you
develop applications and utilities.
Source Code - Source code is the human readable instructions that a
programmer writes.
SQL (Structured Query Language) - A programming language that is used in
relational databases to manipulate and retrieve data.
SQL Server - A relational database developed and sold by Microsoft.
|