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.
Tuesday, May 13, 2008 by Ralph Varjabedian
An article that talks about cookies and how they can pose a security risk on their web application. The article talks about the different types of attacks and gives examples of how cookies can be abused and finally the article will explain how to make the cookies bullet proof and to defeat each one...