Saturday, May 17, 2008 by balamurali balaji
This article explains the use of web services in ASP.NET AJAX 3.5 environment and it tells how to call web service methods from a client-side Javascript. It also outlines the new System.Web.Script Namespace and explores the ways of defining the client call to a web service method.
Friday, May 16, 2008 by Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves as the pillars of the application. An incorrect design can cause delays or even worse destroy the application. In this article we will take a look at designing application using test driven...
Thursday, May 15, 2008 by Keyvan Nayyeri
In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC application.
Wednesday, May 14, 2008 by Omar AL Zabir
Solve the common problem of double-downloading of data when browser wants to download content from external domain by making AJAX calls to a server side proxy. This proxy solves the delay in transmitting data from external domain by continuously pushing data to browser as it downloads on the server.