SQLStringBuilder is a project that aims to build a set of C# classes that helps to builds SQL strings in a quick, safe and clean way.

I decided to create this class after we (dzamir and inandrea) was forced to work in a started project written in Visual Basic (ARGHH!! O_o VB is not a language, is a shit!) where all (huge) queries was written directly in the code…

After this back-breaking experience, we started a new C# project from zero, so we created a lot of class to simplify the SQL string creations.

Sourceforce project

Source Code (CVS)

Last Release available (no release available yet)

Related articles:

Convert a C# Object to a SQL string

How to save a SQL Blob in C#

Convert a DateTime Object in a SQL field