Frameworks

Are ORMs Really a Thing of the Past?

Stephan Schmidt has blogged on the ORMs being a thing of the past. While he emphasizes on ORMs' performance concerns and dismisses them as leaky abstractions...

18 replies - 4933 views - 10/19/09 by Debasish Ghosh in Articles

Open Source : How Do You Stay Up To Date?

I Love the concepts and beliefs behind Open Source. I use Open Source libraries, applications etc. all the time. One of the things I have always found a...

18 replies - 11130 views - 01/10/09 by Schalk Neethling in News

SQL Server Scheduled Backups with NAnt

When installing and using production web applications, backup is always a must. I have written about SQL Server Backup before and this post would expend on...

0 replies - 3244 views - 11/07/08 by Boyan Kostadinov in News

Polyglot Persistence

In late 2006 Neal Ford wrote about Polyglot Programming and predicted the wave of language choice we are now seeing in the industry to use the right language...

3 replies - 3671 views - 10/23/08 by Scott Leberknight in Articles

A Simple Clustered Task Distribution System

This article will introduce the basic concepts of JGroups and then implement a task distribution system (on top of JGroups), where tasks can be placed into the...

4 replies - 19168 views - 10/06/08 by Bela Ban in Articles