Class Developer Component
-
I'm wondering if a component is available that essentially will write basic classes for a user. Example the user provides the component with a database connection string and table name and the property class can be created based off that information. Additionally it would be nice if basic Get, Insert, Update, and Delete stored procedures could be created for the selected table. Does anyone know of a component that can do this? Jason W.
-
I'm wondering if a component is available that essentially will write basic classes for a user. Example the user provides the component with a database connection string and table name and the property class can be created based off that information. Additionally it would be nice if basic Get, Insert, Update, and Delete stored procedures could be created for the selected table. Does anyone know of a component that can do this? Jason W.
I was discussing this possibility with a co worker just yesterday. Personally, I hate it. What would be the use of such a system ? How long would you use it before you stopped checking the code to make sure you got what you asked for ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
I was discussing this possibility with a co worker just yesterday. Personally, I hate it. What would be the use of such a system ? How long would you use it before you stopped checking the code to make sure you got what you asked for ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
This type of component would make developing the datalayer quicker. Note that I'm not asking for a component that tries to do everything for the developer just a simple datalayer designer. I will review all the code that the component creates thus that isn't an issue. Jason W.