I have seen one of our client having a product developed in sharepoint. Only security is maintain in sharepoint. Entire application is build on Jquery & WCF. HTML is generated dynamically throught Jquery and server side is done in WCF and data transfered to web page using Jquery ajax call. There is no code behind in the entire project.
My Question here. Is this correct approach. I see the client and server code is clearly seperated which is good. But still im consfused whther this is good aprach as i have seen only Webforms and MVC way doing programming.
Pleaes advice is this approch followed in many places