Asp.net

  • Dec 21 2008 - FlexBuilder 3 First Impressions ... Where we’re coming from So at the beginning of the year I was tasked with evaluating a number of technologies for RIA development for the next evolution of my company’s product. Up to this point we had been relying extensively on ASP.NET forms with a traditional post-back model that was responsible for a lot of wasted time and bandwidth. We’ve leveraged a lot of Ajax in the past few years, starting with simple fixes like trees and list based controls that use load on demand and going all the way up to full fledged single page applications that consumed purely services.
  • May 11 2008 - ASP.NET Ajax Pendulum ... I’m currently working on moving a web application from using some ad-hoc javascript and iframes to a full fledged ASP.NET Ajax implementation based around Telerik’s RadControls and a suite of our own controls. This is the third application we’ve given the ajax treatment to and each time we’ve taken a slightly different approach. Approach 1 … “Javascript + Web Services” Full view manager/page controller implementation on the client side to handle events thrown by all the components on the pageHomegrown “ServiceManager” to handle brokering calls to the server Centralized error handling