Traditional ways of software development focus on DB-first implementation methodology. But we are in...
Programming
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...
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...
Below is a sample, detailed, PERL script for backing up your web centric Linux...
Here is a samlpe Perl Program that gives you an outline on how to...