Sunday, January 27, 2013

Ajax Fundamentals part 1

Solution is Ajax

Combines  open standards-base technologies to solve aproblem in web application.
  • Asynchronous client-side call to server
  • Its well JavaScript
  • Data in varios formats
Update portion page without blocking other user action.
  • It is not like ASP.NET caching
Goal is to make browser / server interaction easy and fast .

Saturday, January 12, 2013

Error handling and logging


We don't think any "enterprise application" can truly be called "enterprise" if it doesn't handle errors well and notify someone to address them. In an ASP.NET site, there are basically two forms of errors—errors that you have caught, and the ones you couldn't. Pretty simple, right? Well, not so fast! Whether you have trapped an error or not, the user of your application is still going to end up with some form of disruption in their surfing experience. So we need a way to not only provide users with a smooth disruption but also to fix the disruption so that it doesn't happen again.

Automatic Traffic Exchange

YallaTech Facebook page