J
JustCoding
here is what i would like to do if possible, we have about 10 or so batch
programs (console apps) that load data from text files into a sql server
database then writes log files, The only difference in these apps is the
business logic (data validation) is there a way to create a GUI interface
for the developer and just have them enter in the business logic click on
create and have the console app be created? Every batch program has the same
code and structure in them it even has the same function names, just the
actual business logic is different.
programs (console apps) that load data from text files into a sql server
database then writes log files, The only difference in these apps is the
business logic (data validation) is there a way to create a GUI interface
for the developer and just have them enter in the business logic click on
create and have the console app be created? Every batch program has the same
code and structure in them it even has the same function names, just the
actual business logic is different.