Hello Folks,
1.Which language does the outsystems used for creating its application or on which language does outsytems is based on?
2.And which language does outsystems used for its UI/UX design?
Plz give me exact answer folks .
Thanks & Regards
Hello,
OutSystems generates .Net code (C#) once you publish your application or module.
For database, OutSystems generates database scripts based on database engine used for your environment (SQL server or Oracle or Azure SQL)
For UI, OutSystems generates HTML, CSS and JavaScript
are you sure regarding it Mr.Othman? if yes, can we get that code for using it in our external application.
plz reply
You have to follow detach process to be able to access generated code.
Please check following post and answer marked as solution:
https://www.outsystems.com/forums/discussion/64254/outsystems-generated-code-architecture/
Why are you doubting Mustafa, he is 100% correct in what he replied.
In addition to what Mostafa mentioned, when required for static application security testing, there is a procedure to request the code for applications also:
https://success.outsystems.com/support/security/static_application_security_testing/
On a self-managed OutSystems infrastructure you can always access the generated code, also highlighted in the link I shared.