Langtext Professional ASP.NET Design Patterns will show you how to implement design patterns in real ASP.NET applications by introducing you to the basic OOP skills needed to understand and interpret design patterns. A sample application used throughout the book is an enterprise level ASP.NET website with multi-tiered, SOA design techniques that can be applied to your future ASP.NET projects. Read about each design pattern in detail, including how to interpret the UML design, how to implement it in ASP.NET, its importance for ASP.NET development, and how it's integrated into the final project.
Aus dem Inhalt Introduction.
Part I: Introducing Patterns and Principles.
Chapter 1: The Pattern for Successful Applications.
Design Patterns Explained.
Design Principles.
Fowler's Enterprise Design Patterns.
Other Design Practices of Note.
Summary.
Chapter 2: Dissecting the Pattern's Pattern.
How to Read Design Patterns.
Design Pattern Groups.
How to Choose and Apply a Design Pattern.
A Quick Pattern Example.
Summary.
Part II: The Anatomy of an ASP.NET Application: Learning and Applying Patterns.
Chapter 3: Layering Your Application and Separating Your Concerns.
Application Architecture and Design.
Summary.
Chapter 4: The Business Logic Layer: Organization.