Refactoring - Performance Counters Solution revisited

Stevan Rodriguez explores refactoring and explains how it works with an illustrative example

USING JMF

In this brief tutorial, the author deals with the method of playing audio files in stand-alone programs and also using JMF to play audio and audio-video files.

Dealing with Security Threats through Biometrics

Biometrics is a field of science that uses computer technology to identify people based on physical or behavioral characteristics, such as fingerprints or voice scans. "Bio" in the name refers to the physiological traits that are measured,

.Net Implementation of three- tier application.

While teaching software engineering ,I realized that multi-tier architecture is the best example to illustrate the concept of ‘coupling and cohesion ‘ .As we know that for a good software design, the coupling between the modules should be minimum

Understanding Form Processing better

GET and POST are two methods that are used in all form processing programs. What are their advantages and disadvantages. We find out…

Ajax: an introduction

Last year will definitely be remembered as the rise of AJAX – the new development technique that many believe will blur the line between web-based and desktop applications

Floppy File System (FFS)

Ever had problems with floppies? The author offers solutions for the perennial bad sector problems one associates with floppies.

Relativity in Software Engineering Measurements

In this article, an investigation is made into some aspects of software engineering metrics and their overall impact on software development activities is assessed

On-Demand Software – Future of Software Industry?

The dot-com bubble spanning a period roughly between the late 1990s and the beginning of this century saw numerous upsets and stock market collapses.

Professional Programming: Case Study Using C#

Managing large software projects on a professional scale is essential for software developers. This is targeted on single or small number of programmers who wish to develop professional quality applications.

Forms and Events-I in Java Script

In this article, we take a look at Forms and Events, and explore how they work

Advance Topics in .Net for Interview - part III

Advance Topics in .Net for Interview - part 3

Advance Topics in DotNet for Interview - part II

Advance Topics in .Net for Interview part3

Advance Topics in .Net for Interview - part I

Advance Topics in .Net for Interview

SDL Programming in Linux - Playing with Graphics

In this article author focuses on the role of graphics in games. You will learn about the graphics subsystem, its functionalities and much more.