cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to use open ui5 in .net web applications ???

0 Kudos

Possible to use open ui5 in .net web apllications ??? Our client are in SQL Database not in HANA, we plan to build app using Open ui 5 Front end and VB as programming. I need any sample blog or Guide or Tutorial how to incorporate UI5 with ASP VB.net.

Accepted Solutions (0)

Answers (3)

Answers (3)

ericci
Active Contributor

SAPUI5 / OpenUI5 are just frontend frameworks. They are based on HTML5, CSS and JavaScript as well as other Web frameworks like Vue, Angular or React.

So if your web server can load and serve HTML pages it can also load UI5 apps. It's simple as it is 😉

The power of UI5 is to leverage the OData protocol standard but you use simple jQuery ajax call to make REST/POST/GET call to your .ASP backend.

junwu
Active Contributor

yes, just google.

0 Kudos

Is there any tutorial or Online videos for Open UI 5 with ASP combination, I search lot but i cant able to find.