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
Translate
Showing posts with label Software Development. Show all posts
Factors Affecting Software Quality and Productivity
As IT professionals, especially as Managers, its very important to understand the factors affecting software quality and productivity. Belo...
Read More
Code First?
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
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
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
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)
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
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
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
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
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
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
Subscribe to:
Posts (Atom)