Evolve an application from prototype to production

Introduction to versioning

An introduction on how to manage the control of changes in an application being developed, showing the possibility of defining frozen versions of a version under development and new development versions to enable working in parallel, and how to compare two versions and how to integrate differences between them.


Presentación

You have probably created a KB, developed your application, and run it with F5.
After several improvements, you consider that your application is ready.
But how do I take the application out of my machine or from the GeneXus development server to another server so that it can be used by whoever I want, that is, deploy it to production?
And how can I improve its appearance a bit, add security, or create test cases for some processes that I have programmed?
If you want to know how to evolve your application and take it to a production server, check these topics in the available videos.