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...
Continue reading...