Data Types, Variables, Primitive Type, Non-Primitive Type, Reference Type and Value Type D 1:31:00 PM Add Comment Every programming language allows to define and classify data so we can use it appropriately in various parts of the program in the correct... Read More
Factors Affecting Software Quality and Productivity D 2:34:00 PM Add Comment As IT professionals, especially as Managers, its very important to understand the factors affecting software quality and productivity. Belo... Read More
Code First? D 4:23:00 PM 1 Comment Traditional ways of software development focus on DB-first implementation methodology. But we are in the realm of latest developments and O... Read More
Extension Methods D 3:45:00 PM Add Comment Extension methods are a way to add methods to a class without changing its source code or adding it into a derived class. Creating ext... Read More
Events and Delegates D 3:36:00 PM Add Comment We use events and delegates to extend applications and to implement loose coupling. Rather than adding various method calls within an imp... Read More
Simple Multithreading in C# using Async-Wait D 1:57:00 PM Add Comment Parallel execution has been one of the core techniques of programming languages that enables and stabilizes the heavy orchestrated flow of... Read More
Server Synchronization Technology for a Distributed Server Architecture (DSA) D 5:10:00 PM Add Comment Below is a paper that I wrote for implementing for a real time Server Synchronization Technology for a Distributed Server Architecture ... Read More
Sample Web application architecture D 4:14:00 PM Add Comment A sample customized web application architecture is as shown below - As shown above, all the three tiers of the web server architectur... Read More
Sample PL/SQL script for cleaning a detail table referring a mastertable D 8:24:00 AM Add Comment Have you ever had a need to write a PL/SQL snippet to clean a table. If you are in need, here is one below - Here is a sample PL/SQL code t... Read More
Sample Perl program for cleaning database on a routine basis D 7:41:00 AM Add Comment Here is a samlpe Perl Program that gives you an outline on how to deal with cleaning DB on a routine basis (ofcourse scheudled via cron), l... Read More
Comparing roles of a System Analyst and other IT professionals D 6:14:00 AM Add Comment A system analyst is a person of multifaceted role who has to deal with each and every function of a system. He is involved in the process r... Read More
Attributes of a Good System Analyst D 5:57:00 PM Add Comment A system analyst is a person who conducts a methodical study and evaluation of various aspects related to business to identify the desired ... Read More