DB2Code – part 8–closing
From now on the only work to be done is improving step by step the generating code. For example,
1. in the REST API , the code is accessing directly the database- should be an indirection layer
2. Should generate some mock classes to return data – instead of going to database ( or maybe EF In Memory is enough?)
3. Other GUI improvements
4. Generate other project types ( e.g. .NET MAUI , Blazor …)
But those are just small improvements – the whole architecture of the project works and it is running fast to have functional code.
More , it can be customized at the needs of every programmer – if they are familiar with t4 files.
However, the fact that a programmer could make very fast an application that generates code is a sign that in 20 years + the programming is in another paradigm ( not to mention ChatGPT …)
The final result is at https://marketplace.visualstudio.com/items?itemName=ignatandrei.databasetocode
Leave a Reply