Browsing by Author "Haderer, Gregor"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item BLH-Templates(2025) Prandstätter, Markus; Haderer, GregorThis work aims to find a solution for the company Koncept to prevent the copying of old code into new programs when creating them. To avoid having to maintain the result manually, the use of an already existing technology was a prerequisite. This technology should allow the selection of the number of classes when creating new programs. Each of these classes must be individually configurable. A large part of our work involved evaluating suitable technologies. Throughout the project, many technologies were tested and presented to Koncept to find the right one that met the requirements. As soon as the appropriate technology was found, a prototype was created. This prototype was continuously improved. Our company supervisor provided numerous suggestions for improvements as well as some ideas for extensions. The prototype was expanded until no further suggestions were made, resulting in the final product. The final product allows the programmer to interact via the command line and dynamically create a new project based on inputs or selection options, ensuring that no old code needs to be copied. In addition to the command line interface, a graphical user interface was also developed. Since the selected technology does not provide the capability to create graphical user interfaces, this was implemented using Csharp.