Jump to ratings and reviews
Rate this book

Professional ASP.NET Design Patterns

Rate this book
Key Features Builds on the progression Wrox ASP.NET leaders have learned in Professional ASP.NET and ASP.NET Website Programming Problem Design Solution Takes the concept of patterns and makes it concrete and practical for working ASP.NET developers Shows readers how to use GoF Design and Enterprise Patterns in the context of ASP.net Provides a complete enterprise level case study application applying all of the patterns in the book Demonstrates patterns specific to ASP.net such as caching, security, logging and management patterns. Teaches readers how to interpret and implement known solutions to complex problems in a maintainable and extensible manner. About the Book: Professional ASP.NET Design Patterns Professional ASP.NET Design Patterns will show you how to implement design and enterprise 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. The book includes a full case study by developing an enterprise ASP.NET application which applies all of the patterns presented in the book. Design patterns are time-tested solutions to recurring design problems. By using design patterns, you are able to rest the foundation of your program on solutions that have already been but through the ringer. ASP.NET is Microsoft's framework for building data-driven applications and is a hugely popular platform. The patterns in this book will easily work with either of the 2 most recent ASP.NET releases, 3.5 and 4. Contents Introduction. Part I: Introducing Patterns and Principles. Chapter 1: The Pattern for Successful Applic

720 pages, Paperback

First published December 10, 2008

27 people are currently reading
96 people want to read

About the author

Scott Millett

13 books23 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
42 (36%)
4 stars
53 (45%)
3 stars
16 (13%)
2 stars
4 (3%)
1 star
1 (<1%)
Displaying 1 - 10 of 10 reviews
Profile Image for Ahmad hosseini.
325 reviews73 followers
April 3, 2018
Book introduces design patterns such as Null object pattern, state pattern, singleton, adaptor pattern, factory method, decorator, template method, strategy pattern, etc. that you can use in data access layer, business layer, and presentation layer. There are also sample codes.
8 reviews1 follower
February 24, 2011
Definetely the best tech book i ve ever read. He explains lots of best practices from great ppl like Martin Fawler, Robert C. Martin and Eric Evans in a manner that is very easy to understand.Most importantly its in C# and also the book was written in early 2010, so its pretty new stuff. It explains concepts using things like EF, ASP.NET MVC and also mentions lots of open source tools we can use. Maybe little bit too overwhelming if you are new, but i read most of the other concepts from books like Patterns of Enterprise Application Architecture so that they made sense to me.
Profile Image for Berry Muhl.
339 reviews24 followers
October 25, 2018
(Reading dates are approximate, as is often the case with my reviews, this time because I was reading two other programming books concurrently, and I got a bit hazy as to where one began and the other ended.)

This is a straightforward tutorial on ASP.NET WebForms development. Example code is in C#. When I bought this book, nearly a decade ago, .NET 4.0 was the most recent version, and the code assumes that version. (So any version of Visual Studio from 2010 on up should work fine.) Like a handful of my other quite-useful-but-tragically-concealed-until-recently books, it was stored in a warehouse until just over a month ago. Undoubtedly there are more current resources available today, but you can't beat WROX for depth, and if you're gonna start somewhere, this is a better spot than most.

I'd recommend this as Prong Three of a three-pronged course in modern Web development. The O'Reilly publication RESTful Web Services will get you started with REST and programmable-Web concepts, and then RESTful .NET will apply them to the .NET realm. That should cover the programmable Web fairly nicely, after which you'll want to use this one to cover the human-readable Web. You'll get a very thorough treatment of design patterns, which are not really touched on in the other two. Plus, you know, all that UI stuff, which falls outside the purview of Webservices.

These three books should cover the back end and programmable aspects of Web development tolerably well, and this one will bring some UI design to bear, especially if you download the complete source code library from the WROX side (to complete the case study project, Agatha's Clothing). But to be perfectly rounded, you'll want to additionally pursue some instruction in HTML5 and the various Javascript libraries currently in vogue. There is very little in the way of HTML design in this book, although you will learn some Silverlight, which utilizes XAML, the same technology underlying Windows Presentation Foundation.

One thing I value about this book is that it provides a pretty decent overview of design patterns in general at the start, and then dives deeply into how to implement the more Web-centric ones. As a developer, you should at least be familiar with the 23 Gang of Four patterns, and those are all touched on here, but there are many others that are useful in the context of Web development, particularly Model-View-Presenter and Model-View-Controller, which is highly demanded right now. Work through the examples (I'm still doing this, although I finished "reading" the book a couple weeks back) and then update your resume to reflect MVC. Then maybe spend some time designing new UIs to hang on the codebase you developed through the sample code, and build yourself a nice portfolio.

That's what I'm doing.

3 reviews
October 1, 2011
A must read for any asp.net software developer. If you are a junior programmer who has just started programming, you might have a little bit of difficulty absorbing everything, but you will definitely get better after reading this. This book serves as a solid foundation for better designing. The explanations in this book are simple and easy-to-understand yet pretty comprehensive.
Profile Image for Ben Rand.
335 reviews7 followers
November 3, 2013
Really great, practical application of design patterns. I started reading this right after completing Fowler's Patterns of Enterprise Application Architecture, so this really cemented some of those concepts.
Profile Image for William Munn.
63 reviews26 followers
June 15, 2013
Ok as a reference. Not a great choice for a book club.
Profile Image for Kristof.
1 review1 follower
July 12, 2013
this books summarizes all OOD theory and practice I had gathered left end right in one comprehensive overview. I'm sure it will help me in building more robust applications.
Displaying 1 - 10 of 10 reviews

Can't find what you're looking for?

Get help and learn more about the design.