Click here to Skip to main content
15,914,943 members
Articles / Programming Languages / C#

C# Fluid API DbCommand Creator for use with Stored Procedures

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
14 Dec 2015CPOL2 min read 7.6K   1  
As part of my on going Stored Procedure Framework project for .NET I wanted to create a DbCommand creator that is based upon the "builder pattern" and also uses a fluid-API for setting up the various command properties.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
Duane has worked in a commercial software development environment for 9 years, with all but three for a global fashion retailer.

He is proficient in ASP.Net, MVC, C#, HTML, CSS, JavaScript, SQL Server TSQL.

Comments and Discussions