C# Generics are really useful when we want to reuse a class for different...
All Articles
C# Indexers is a simple implementation of key/value pairs using Dictionary type. Below is...
We generally apply the concept of inheritance to implement a IS-A relationship. For example...
Interface is a similar language construct such as class, but fundamentally different from a...
We use abstract classes when the base class can’t have concrete implementation and that...
Below is a simple stop watch implemented in C#, enjoy!StopWatch using System; namespace StopWatchApp { public class StopWatch...
Below is a simple implementation of work flow engine using interfaces and the concept...
Every programming language allows to define and classify data so we can use it...
Your Employee is your company’s pillar who keeps your company going and succeed. Their...
Traditional ways of software development focus on DB-first implementation methodology. But we are in...
Extension methods are a way to add methods to a class without changing its source...
We use events and delegates to extend applications and to implement loose coupling. Rather than...
Delegates is a way to support addition of multiple features (eg: methods) to...
Parallel execution has been one of the core techniques of programming languages that enables...
Software Project Size is of great importance since it determines the level of management...
Studies show that more effort is devoted to software maintenance (including software enhancement, adaption...
Software Engineering is and will be the backbone and driving force behind the technological...
Design patterns in general helps you to implement standardized and efficient solutions to software...
Lambda expressions are anonymous methods that does not have access modifiers, name or a...
God gave us this life and he gave us a soul and body in...
Who is Jesus? This is a question that is being asked by many and a...
Has anyone thought how mind of Jesus would be? Has anyone tried to know...
How many of us have tried to accept Jesus into our heart so that...
Thought is the pre-process for action. We as responsible humans want fruitful actions that...
Two kinds of definitions relevant to data warehouse design are the definition of business...
Characteristics of successful data warehouse projects generally include the following aspects – Clear business...
Ongoing maintenance is the final phase of creation of a data warehousing system. The...
Once the application is well defined, data warehouse developers are able to begin making...
Pre-engineering is the time to define the goals of the application, to make the...
Data warehousing has a great relevance in IT since it provides an Integrated Information...
We shall compare the ordinary OLTP systems & the Data warehouse systems w.rt the...
In the present day competitive & technology centric information age, business enterprises are realising...
Throughout the history of systems development, the primary emphasis had been given to the...
A typical project scope for Data warehousing is as below – Title: APPLYING DATA...
The need for an effective information management solution is of top priority in today’s...
Below are some life saver commands for DB2 admin for reorg and subsequent runstat...
Below is a tuned DB config for a heavily loaded workflow application – [[email protected]
Lets see how back up policy was important for a typical IT company and...
Below are schematics of standard SPDT and SPST switches and fuses –
Another indispensible tool of an electrician –
Below schematic shows electrical soldering and equipments/materials used –
Schematic for mighty cut plier – Cut plier in almost indispensible for any wiring...
Schematic for a good old mallet for wiring work –
Below are schematic of various bends used in electrical wiring –
Below are schematic of 3 and 4 way Junction boxes mentioned in the wiring...
Ok, here is a definitive article on how to set up Hosptial wiring –...
Here is a definitive way to set up Tunnel Wiring by yourself – List...
Ok, here is a definitive article on how to set up godown wiring –...
The main function of a fuse is to protect the electrical appliances connected in a...
A simple and practical way to set up staircase wiring is explained here. To...
Below is a sample, detailed, PERL script for backing up your web centric Linux...
Requirement: Company xyz has now decided to extend the current system as distributed server...
Below is detailed customized installation for Linux-DB2 – 1. Suggested PC configuration for medium...
A sample customized web application architecture is as shown below – As shown above,...
Have you ever had a need to write a PL/SQL snippet to clean a...
Here is a samlpe Perl Program that gives you an outline on how to...
A system analyst is a person of multifaceted role who has to deal with...
A system analyst is a person who conducts a methodical study and evaluation of...
A decision table represents the comlex decision logic associated with a data-processing job. A...
A system is a set of interacting elements that responds to inputs producing outputs. The...