Forum Post: Re: Abl Vs C#

  • Thread starter Thread starter Alon Blich
  • Start date Start date
Status
Not open for further replies.
A

Alon Blich

Guest
why would you use c# for the ui?? the ui can be done using javascript/html/css with zero install and run everywhere including tablets, smartphones etc.. there's no advantages only disadvantages to using a fat client these days. all the business logic can run on an appserver and the ui runs on the browser making ajax calls to the appserver. there's no need for any other middleware. again, you cannot build an application without a framework.

Continue reading...
 
Status
Not open for further replies.
Back
Top