TDMG - Table Driven Module Generator for Data First Module Generation This is a Visual Studio Extension designed for VS2010 Web Express Professional, Premium, Ultimate, and VS2012; Web Express Professional, Premium, Ultimate; that generates a DNN Module based on a MS Sql Database Table, with full CRUD (Create, Read, Update and Delete) features in C#. If used properly the generated module is ready to compile, package and install on DNN Frameworks 6.0.0 or higher. Basic input validation is generated for most all MS SQL (2005 or higher) Data Types, or comments in its place where your programmers would need to apply the more complicate data entry validation like Geography, Geometry, Hierarchyid data type likes. The extension is full of options like using Integrated Security, Proxy Servers, Adding a Module Id field to the existing table design, Drop Table command, Drop Constraints and Add Validation prior to generating the module. |