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...
Monday, May 12, 2008 by Matthew Ellis
In this tutorial we're going to examine the principals and construction of a basic ASP.NET AJAX 3.5 extender control. We'll discover how powerful extender controls can be for the reusability of code and behaviors. We'll also examine the concept of script descriptors in detail.
Sunday, May 11, 2008 by Timothy Khouri
Due to the disconnected nature of the web, developers have often wondered how to display certain metrics such as a real-time progress bar. This article will show you how to easily build a real progress bar that actually reports progress of a process running on the server using ASP.NET AJAX.
Saturday, May 10, 2008 by Ferdy Christant
This is part 2 of an article series explaining in detail how I developed Blogo.NET, a N-tiered blog application based upon the .NET 3.5 framework.