Console2SAAS – what I learned from fourth chapter
The fourth chapter of the mini e-book Console2SAAS show me that , if you have properly construct the console application, the GUI ( Windows Forms, for example) should not be so difficult to made. The problem now is the feedback to the user – you must somehow re-design the logic in order to ensure some graphical indicators to the user that the application is working. Also, because you do not have only the console, some logging should be involved. And , from a technical perspective, now it is the real challenge : do not duplicate code because you have now the 2 GUI : Console and Desktop.
You can read the 4th chapter at https://github.com/ignatandrei/console_to_saas/tree/master/Chapter04
Blog posts about this topic
Console2SAAS
A mini-e-book about how to transform a Console to a SAAS applicationDownload the book for free from https://ignatandrei.github.io/console_to_saas/consoleToSaas.pdf.html
Buy the book from Amazon , if you want to support me : https://www.amazon.com/dp/B08N56SD4D
Leave a Reply