View Single Post
  #1 (permalink)  
Old 12-12-2007, 05:01 AM
jawson76 jawson76 is offline
Junior Member
 
Join Date: Dec 2007
Posts: 0
jawson76 is on a distinguished road
Default Code generator that produces SQL Stored Procedures

I am working for a software company as a senior programmer and I currently is charge with designing large .NET project involving WinForms development (C#. WinForms, SQL Server). With this increased responsibility I was just wondering if there is any code generator which would give us the freedom to focus on the business rules and the UI development rather than writing stored procedures and the data access layer. We would be looking for a tool that generates the persistence module (create, update, retrieve, delete) with minimal development effort from us.
Reply With Quote