Home Authors Alphabetical List Author

Team uCertify

Tutorials (8):

SQL Server 2000 and Security
July 23, 2007
In SQL Server, before a user connects to a database, he passes through two stages of security: authentication and permissions validation (authorization).

A Closer Look at Methods
May 23, 2007
A method is a set of statements grouped together to perform a specific task. It is written to define the behavior of an object or a class.

Control Structures
February 28, 2007
Most of the programming languages use control structures to control the flow of a program.

Overview of Networking Technologies
October 05, 2006
The primary purpose of networking is sharing of resources, which is possible only by establishing connections between different computers in an organization.

Testing and Debugging Windows Services and Web Services in .NET Framework
September 12, 2006
Testing and debugging is an important factor in the application development life cycle. Various tools provided by the .NET Framework are implemented in an application in order to test and debug the application so that its efficiency can be measured before deploying it.

TCP/IP addressing and subnetting a network
July 24, 2006
A TCP/IP address, generally referred to as an IP address, consists of a thirty-two bit binary number that uniquely identifies a device on a TCP/IP network. It is logically divided into four groups and is presented in dotted binary notations. Each group contains eight bits (one byte) and every node on the TCP/IP network is assigned a unique TCP/IP number (IP address) for the identification of the node. Each IP address is separated internally into two parts: a network ID and a host ID.

Planning a backup and restoration of files for disaster recovery.
July 21, 2006
Planning a backup and restoration of files is the most important step to protect data from accidental loss in the event of data deletion or a hard disk failure. The backup copy can be used to restore lost or damaged data. For taking backups and restoring files, Microsoft has provided a utility called Backup. The Backup utility creates a copy of data on a hard disk of a computer and archives data on another storage media. Any storage media such as removable disks, tapes, and logical drives can be used as a backup storage.

Windows Server 2003 Active Directory and Network Infrastructure
July 03, 2006
Windows Server 2003 Active Directory is a centralized database that stores the collection of information about all the resources available on the Windows Server 2003 domain.

Advertisement

Partners

Related Resources

Other Resources