Sunday, July 12, 2015

Generate .NET C# Class From Stored Procedure or SQL Query


There is saying goes, “Focus on being productive instead of busy

Time has come to stop  writing code for BusinessObject Class, ViewModel Class and SqlParameter array from  Stored Procedure or SQL Query.

I have designed  a tool called “ClassGeneratorFromDB” in the form of exe. This tool automatically generates BusinessObject, ViewModel and SQlParameter array from Stored Procedure or Sql Query.

This tool accepts  input parameter as stored procedure and rest will be taken care by Tool to generate BusinessObject,ViewModel and SqlParameter array. 

You can find Executable File @ Download exe

You can find documentation @  Download Documentation 

You can find Source Code @ Download Source Code




Happy Coding :)