Is using multi-project templates a turn off to anyone? #25
Unanswered
DataJuggler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A data tier for dataTier.Net creates 4 project templates.
Application Logic Component ( ALC )
Data Access Component ( DAC )
Gateway
Object Library
With the multi-project templates for .Net Framework and .Net5, these are very simple to install.
I am just curious if anyone has decided not to use this tool because of 4 projects?
If I had it to do over again, the Application Logic Component would be there. I could combine many of the features of the ALC and put them in the DAC. The Gateway could also be a part of the DAC.
I have thought about this for many years, and instead of code generating the stored procedure classes, the data readers and writers and data managers I could create a "DataStructure.xml or json file that contains all the schema information, and get it down to as low as just the Object Library project and a schema file.
Just writing this as food for thought in case I decide to change the structure for .Net 6.
Beta Was this translation helpful? Give feedback.
All reactions