Handheld Compatible: Yes. Adobe Reader is available for PalmOS, Pocket PC, and Symbian OS.
File Size: 736 KB
Digital: 14 pages
Product Description
This article provides an introduction to aspect-oriented programming (AOP), specifically in the context of ASP.NET programming. Although the .NET Framework and ASP.NET do not implement AOP as such, there are features of ASP.NET, such as HTTP modules, whose basic design evinces AOP-like methodologies, and we can use these features to provide a greater understanding of AOP principles. In this article, author Ann Catherine Jose demonstrates how AOP principles can be used in designing your code, using the example of applying a consistent look and feel to a website.