Feed on
Posts
Comments

Archive for the ‘Uncategorized’ Category

Business logic

The part of an application program that performs the required data processing of the business. It refers to the routines that perform the data entry, update, query and report processing, and more specifically to the processing that takes place behind the scenes rather than the presentation logic required to display the data on the screen [...]

Read Full Post »

Diff between SVN & CVS

A version control system lets several developers work on the same project at once without worrying about overwriting each other’s changes, and keeps track of previous versions of files.

Read Full Post »