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.
|