Code behind methods vs. Jquery AJAX calls
        Posted  
        
            by punkouter
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by punkouter
        
        
        
        Published on 2010-05-03T18:56:40Z
        Indexed on 
            2010/05/03
            19:08 UTC
        
        
        Read the original article
        Hit count: 353
        
Theres a war brewing I can feel it!
Old school coders are used to having every server control create events in the .cs files.. for example.. Getting the Initial load of data, Saving Data, Deleting data... and then binding datasources to the server control..
New school coders want to do it in Jquery + AJAX calls to .svc files... That gives automatic no post backs so that is a advantage... and I think its a different way of thinking.. All of a sudden the UI related events are all being done in Jquery..
What is the most modern and efficient way to go ? How can I convince the old school coders to let us you this new paradigm ? (assuming it is the better way)
© Stack Overflow or respective owner