Long the favorite of .NET developers who use SQL Server, Microsoft’s Application Data Block, “SQLHelper”, has been a staple for a lot of database applications. This software component is still available. However, it long ago gave way to the much more powerful but rather complex Microsoft Enterprise Library that included an upgraded version of this popular component.
However, Microsoft’s “SQLHelper” had an Achilles Heel, in that it provided so many overloaded method signatures that most developers found the software confusing to step through or even understand when analyzing it.
To be fair though, Microsoft’s original component was not all that difficult to get into but its style did put developers off.
The result was that many developers took the component and rewrote it to their own liking using the basic source code as the foundation for this new work. This same component has also been rewritten to support a host of other database engines including Sybase and Oracle.
With the advent of Microsoft’s Enterprise Library, the popular “SQLHelper” software still remains a favorite for database application development due to its ease of implementation and simplicity. Yet, this software is now a part of the original offerings that went along with the first two versions of the .NET Framework. With the Enterprise Library and other new additions to Microsoft’s stable of database tools such as LINQ and the ADO object relational mapping tools along with a host of third-party offerings, being able to develop straight forward database applications has become somewhat of a challenge as these new tools bring constant change and increasing complexity to requirements that simply don’t warrant it.
To return to the original concepts of simplicity and ease of use, Black Falcon Software has released its own “SQLHelper” module to the .NET development community at large as a free and open-source module.
All project and source code modules are provided in both their C# and VB.NET versions for both the 2.0 and 3.5 .NET Frameworks along with complete documentation for the API. In addition, for ease of testing a complete test-client module has been.
To get this software, simply go to the link below to perform the download.
If you like the software please leave your comments here or write to Black Falcon Software at the following address…
support@blackfalconsoftware.com












